aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-17 19:23:35 -0700
committerTadashi G. Takaoka <takaoka@google.com>2014-07-18 15:30:30 -0700
commitde1ab73efbe3520059647924857a2d7b82e2fbe7 (patch)
treeaa174040423e454dc9aa6f234892a5e576bcbee2 /java/res
parente645715b2575d462dafd09e98fce84555549b65b (diff)
downloadlatinime-de1ab73efbe3520059647924857a2d7b82e2fbe7.tar.gz
latinime-de1ab73efbe3520059647924857a2d7b82e2fbe7.tar.xz
latinime-de1ab73efbe3520059647924857a2d7b82e2fbe7.zip
Use Theme.DeviceDefault theme
For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values-v21/platform-theme.xml (renamed from java/res/values-v20/platform-theme.xml)7
-rw-r--r--java/res/values/platform-theme.xml5
2 files changed, 6 insertions, 6 deletions
diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v21/platform-theme.xml
index 52e7f3521..2a54798b8 100644
--- a/java/res/values-v20/platform-theme.xml
+++ b/java/res/values-v21/platform-theme.xml
@@ -18,9 +18,8 @@
*/
-->
-<!-- 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">
- <style name="platformActivityTheme" parent="@android:style/Theme.Material.Light" />
- <style name="platformDialogTheme" parent="@android:style/Theme.Material.Light.Dialog" />
+ <style name="platformActivityTheme" parent="@android:style/Theme.DeviceDefault.Light" />
+ <style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault.Light" />
+ <style name="platformDialogTheme" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />
</resources>
diff --git a/java/res/values/platform-theme.xml b/java/res/values/platform-theme.xml
index 8e131a2b0..2854ff72f 100644
--- a/java/res/values/platform-theme.xml
+++ b/java/res/values/platform-theme.xml
@@ -19,6 +19,7 @@
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="platformActivityTheme" parent="@android:style/Theme.Holo" />
- <style name="platformDialogTheme" parent="@android:style/Theme.Holo.Dialog" />
+ <style name="platformActivityTheme" parent="@android:style/Theme.DeviceDefault" />
+ <style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault" />
+ <style name="platformDialogTheme" parent="@android:style/Theme.DeviceDefault.Dialog" />
</resources>