aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 14:15:07 -0700
committerAlan Viverette <alanv@google.com>2014-06-06 14:15:07 -0700
commitceb6e38c15756d35138dc4005b20dbeabdc7b50e (patch)
treed42cfdea16e1d03bd4d4aaf7f9f6c8b38cc067c9 /java
parent0621dd1d3c09b63e5cc47dd98718bd13566ba971 (diff)
downloadlatinime-ceb6e38c15756d35138dc4005b20dbeabdc7b50e.tar.gz
latinime-ceb6e38c15756d35138dc4005b20dbeabdc7b50e.tar.xz
latinime-ceb6e38c15756d35138dc4005b20dbeabdc7b50e.zip
DO NOT MERGE Material theme
BUG: 15467097 Change-Id: I1b6ed80d85e4c3c8913d4a9e08c519379cb3c6e0
Diffstat (limited to 'java')
-rw-r--r--java/res/values-v20/platform-theme.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v20/platform-theme.xml
index 06062047b..52e7f3521 100644
--- a/java/res/values-v20/platform-theme.xml
+++ b/java/res/values-v20/platform-theme.xml
@@ -21,6 +21,6 @@
<!-- 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.Quantum.Light" />
- <style name="platformDialogTheme" parent="@android:style/Theme.Quantum.Light.Dialog" />
+ <style name="platformActivityTheme" parent="@android:style/Theme.Material.Light" />
+ <style name="platformDialogTheme" parent="@android:style/Theme.Material.Light.Dialog" />
</resources>