summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-11 18:35:18 -0700
committerAlan Viverette <alanv@google.com>2014-06-11 18:35:18 -0700
commit5365c626fc56fa4cf7daf6e6d6dc1f04ea3ca13f (patch)
tree3463ed1d2af08fe6784a07dbb506089b867a5430 /res/values/themes.xml
parent2f2cbbc760c23d89c5b0255378bbf5cb074a6988 (diff)
downloadpackages_apps_Settings-5365c626fc56fa4cf7daf6e6d6dc1f04ea3ca13f.zip
packages_apps_Settings-5365c626fc56fa4cf7daf6e6d6dc1f04ea3ca13f.tar.gz
packages_apps_Settings-5365c626fc56fa4cf7daf6e6d6dc1f04ea3ca13f.tar.bz2
Add Settings theme
Also removes unused colors. Change-Id: Iadf4d72879ea34eab91a9efe02102a6e35be82eb
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index e382de4..840e87c 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -63,14 +63,7 @@
layouts against a remote context using our local theme colors. Due to the implementation
details of Theme, we can't reference any local resources and MUST instead use the values
directly. So use #ff263238 instead of @color/theme_primary and so on. -->
- <style name="Theme.SettingsBase" parent="@android:style/Theme.Material.Light.DarkActionBar">
- <!-- Should match @color/theme_primary. -->
- <item name="android:colorPrimary">#ff263238</item>
- <!-- Should match @color/theme_primary_dark. -->
- <item name="android:colorPrimaryDark">#ff263238</item>
- <!-- Should match @color/theme_accent. -->
- <item name="android:colorAccent">#ff009688</item>
- </style>
+ <style name="Theme.SettingsBase" parent="@android:style/Theme.Material.Settings" />
<style name="Theme.Settings" parent="Theme.SettingsBase">
<item name="@*android:preferenceHeaderPanelStyle">@style/PreferenceHeaderPanelSinglePane</item>
@@ -115,7 +108,7 @@
<item name="android:contentInsetStart">@dimen/actionbar_subsettings_contentInsetStart</item>
</style>
- <style name="Theme.DialogWhenLarge" parent="android:style/Theme.Material.Light.DialogWhenLarge">
+ <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.Material.Light.DialogWhenLarge">
<!-- Used by the ActionBar -->
<item name="android:colorPrimary">@color/theme_primary</item>
<!-- Used by the StatusBar -->