diff options
author | 2014-06-07 11:12:06 +0900 | |
---|---|---|
committer | 2014-06-07 11:56:05 +0900 | |
commit | bc4fe8d836554335e6669f4cc039cf5f3304f78a (patch) | |
tree | 85775cdfbbf7dbacd7db5461f3acaf98ec0cd49f /java | |
parent | c5bb86a0c2c6cea445e257e9e97b292fa215ab22 (diff) | |
download | latinime-bc4fe8d836554335e6669f4cc039cf5f3304f78a.tar.gz latinime-bc4fe8d836554335e6669f4cc039cf5f3304f78a.tar.xz latinime-bc4fe8d836554335e6669f4cc039cf5f3304f78a.zip |
Fix build due to auto merged I1b6ed80d85
This CL must be reverted once prebuilts/sdk of jb-ub-latinimegoogle has
Theme.Material.
Bug: 15472289
Change-Id: Ibf85899bad83d03dc5cab6bbd1defa92f536088f
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-v20/platform-theme.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v20/platform-theme.xml index 52e7f3521..28a62767f 100644 --- a/java/res/values-v20/platform-theme.xml +++ b/java/res/values-v20/platform-theme.xml @@ -21,6 +21,9 @@ <!-- TODO: This file is temporarily placed under values-v20. --> <!-- TODO: It might be moved under values-v21. --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> +<!-- TODO: Must be uncommented once prebuilts/sdk has Theme.Material resources --> +<!-- <style name="platformActivityTheme" parent="@android:style/Theme.Material.Light" /> <style name="platformDialogTheme" parent="@android:style/Theme.Material.Light.Dialog" /> +--> </resources> |