aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-10-03 14:48:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-03 14:48:49 +0000
commit37ba3ddd542274819abfc024529ffbcd8f2e1790 (patch)
tree6a2aa9f543f1671352cb288375420e23828052df
parent15dbd38283fc9c8fdfd2540f1d94d4dbf2eabcb5 (diff)
parenta55c60149390d710814b454d8bf508d390080d5f (diff)
downloadlatinime-37ba3ddd542274819abfc024529ffbcd8f2e1790.tar.gz
latinime-37ba3ddd542274819abfc024529ffbcd8f2e1790.tar.xz
latinime-37ba3ddd542274819abfc024529ffbcd8f2e1790.zip
Merge "Use Theme.DeviceDefault.Settings"
-rw-r--r--java/res/values-v21/platform-theme.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values-v21/platform-theme.xml b/java/res/values-v21/platform-theme.xml
index 2a54798b8..58763fbdd 100644
--- a/java/res/values-v21/platform-theme.xml
+++ b/java/res/values-v21/platform-theme.xml
@@ -20,6 +20,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="platformActivityTheme" parent="@android:style/Theme.DeviceDefault.Light" />
- <style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault.Light" />
+ <style name="platformSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings" />
<style name="platformDialogTheme" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />
</resources>