aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-01 16:08:29 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-10-03 22:41:46 +0900
commita55c60149390d710814b454d8bf508d390080d5f (patch)
tree58924005be0ba3497a2e01d0137f717b3d74b9ab /java/res
parent3a41528cbe4dbca8781b63457e49c78a78285338 (diff)
downloadlatinime-a55c60149390d710814b454d8bf508d390080d5f.tar.gz
latinime-a55c60149390d710814b454d8bf508d390080d5f.tar.xz
latinime-a55c60149390d710814b454d8bf508d390080d5f.zip
Use Theme.DeviceDefault.Settings
Bug: 13888366 Change-Id: Ib0bc35462f453438b295f8d4e1bc919ef709bf99
Diffstat (limited to 'java/res')
-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>