aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-21 18:37:20 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-21 18:37:20 +0000
commitd93f8c594701e45b08df2c97d0d57d76fafb3333 (patch)
tree9dc4137e06d9933a59d2cfa84a213ca3179fa60d /java/res
parent6aa218ad0c4cb538eb7336e9f90ae6299f2a847e (diff)
parentf6785ea588799bf58140f2b315098e0b165f7665 (diff)
downloadlatinime-d93f8c594701e45b08df2c97d0d57d76fafb3333.tar.gz
latinime-d93f8c594701e45b08df2c97d0d57d76fafb3333.tar.xz
latinime-d93f8c594701e45b08df2c97d0d57d76fafb3333.zip
am f6785ea5: am de1ab73e: Use Theme.DeviceDefault theme
* commit 'f6785ea588799bf58140f2b315098e0b165f7665': Use Theme.DeviceDefault theme
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>