summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-03 13:39:46 -0700
committerAlan Viverette <alanv@google.com>2014-06-03 14:46:13 -0700
commit57ce7e7f4085f5128aa1871e31e22130b5d1facc (patch)
tree7f691585701bf7e1ee31ac89a217c8d196c845fc /res
parent19250a91df542465a1713d5a290315c9118b2091 (diff)
downloadpackages_apps_Settings-57ce7e7f4085f5128aa1871e31e22130b5d1facc.zip
packages_apps_Settings-57ce7e7f4085f5128aa1871e31e22130b5d1facc.tar.gz
packages_apps_Settings-57ce7e7f4085f5128aa1871e31e22130b5d1facc.tar.bz2
Remove colorPrimaryLight, update to use colorAccent for controls
Change-Id: I827298ef91cfa35ed29171c52da2bb5033ed2f77
Diffstat (limited to 'res')
-rw-r--r--res/values/themes.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 41cb0c1..a42697d 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -75,15 +75,12 @@
<item name="wifi_signal">@drawable/wifi_signal_dark</item>
<item name="android:colorPrimary">@color/actionbar_background_color</item>
- <!-- Used by the bouncing effect for ListView and ScrollView -->
- <item name="android:colorPrimaryLight">@color/actionbar_background_color</item>
<!-- Used by the StatusBar and NavBar -->
<item name="android:colorPrimaryDark">@color/actionbar_background_color</item>
- <item name="android:colorAccent">@color/quantum_orange_A200</item>
+ <!-- Redefine control activited color for progress bars and the like -->
+ <item name="android:colorAccent">@color/quantum_accent_color_light</item>
<!-- Redefine the ActionBar style for contentInsetStart -->
<item name="android:actionBarStyle">@style/Theme.ActionBar</item>
- <!-- Redefine control activited color for progress bars and the like -->
- <item name="android:colorControlActivated">@color/quantum_accent_color_light</item>
</style>
<style name="Theme.ActionBar" parent="@android:style/Widget.Quantum.Light.ActionBar.Solid">
@@ -92,15 +89,12 @@
<style name="Theme.DialogWhenLarge" parent="android:style/Theme.Quantum.Light.DialogWhenLarge">
<item name="android:colorPrimary">@color/actionbar_background_color</item>
- <!-- Used by the bouncing effect for ListView and ScrollView -->
- <item name="android:colorPrimaryLight">@color/actionbar_background_color</item>
<!-- Used by the StatusBar and NavBar -->
<item name="android:colorPrimaryDark">@color/actionbar_background_color</item>
- <item name="android:colorAccent">@color/quantum_orange_A200</item>
+ <!-- Redefine control activited color for progress bars and the like -->
+ <item name="android:colorAccent">@color/quantum_accent_color_light</item>
<!-- Redefine the ActionBar style for contentInsetStart -->
<item name="android:actionBarStyle">@style/Theme.ActionBar</item>
- <!-- Redefine control activited color for progress bars and the like -->
- <item name="android:colorControlActivated">@color/quantum_accent_color_light</item>
</style>
<style name="Theme.SubSettingsDialogWhenLarge" parent="Theme.DialogWhenLarge">