summaryrefslogtreecommitdiffstats
path: root/res/values-v21
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-09-25 11:22:57 -0700
committerRohan Shah <shahrk@google.com>2014-09-25 11:24:08 -0700
commit54d5b6103887f92c922a4cb31915142e77519abd (patch)
tree7df500e1d971bc82e99a129a4e4f5afbfe3f27cb /res/values-v21
parentdbaf70dce6ca97f5b2f0b5011a94c2f772e100a3 (diff)
downloadandroid_packages_apps_UnifiedEmail-54d5b6103887f92c922a4cb31915142e77519abd.tar.gz
android_packages_apps_UnifiedEmail-54d5b6103887f92c922a4cb31915142e77519abd.tar.bz2
android_packages_apps_UnifiedEmail-54d5b6103887f92c922a4cb31915142e77519abd.zip
Color refactor (Continuation from FAB CL) (UnifiedEmail)
Moving actionbar_color to primary_color to make sure it's shared and properly referenced in the future. Change-Id: I446e640bc900b20e4d8fe16d60620921582e689c
Diffstat (limited to 'res/values-v21')
-rw-r--r--res/values-v21/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-v21/themes.xml b/res/values-v21/themes.xml
index b8c446f86..ec1d1fce4 100644
--- a/res/values-v21/themes.xml
+++ b/res/values-v21/themes.xml
@@ -5,7 +5,7 @@
<item name="android:actionOverflowButtonStyle">@style/ActionBarOverflowButtonStyle</item>
<item name="android:listViewWhiteStyle">@android:style/Widget.Material.Light.ListView</item>
<!-- ActionBar color -->
- <item name="android:colorPrimary">@color/actionbar_color</item>
+ <item name="android:colorPrimary">@color/primary_color</item>
<!-- Used by the StatusBar and NavBar (currently broken?) -->
<item name="android:colorPrimaryDark">@color/primary_dark_color</item>
<item name="android:colorAccent">@color/accent_blue</item>