summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-05-05 23:35:53 +0200
committerAdrian Roos <roosa@google.com>2014-05-05 23:35:53 +0200
commit298d43948d79d21b3b95a6486152a18dba7060b5 (patch)
treebb20b543f567bdb15da65e785ff7ec8e4158546b /res
parent37a53ad46134f9eaf3647c12f130c55652bbd624 (diff)
Set primaryColorDark in Dialer's theme
Change-Id: I882d845959932500726a95d07da4c08b9c5803e4
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/styles.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5a6227332..b15924619 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -61,6 +61,9 @@
actionbar_background_color. -->
<color name="actionbar_background_color">#00afcc</color>
+ <!-- Dark variant of the action bar color. -->
+ <color name="actionbar_background_color_dark">#008aa1</color>
+
<!-- Color of the 1dp divider that separates favorites -->
<color name="favorite_contacts_separator_color">#d0d0d0</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 738a0b690..771cd92bb 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -72,6 +72,7 @@
<item name="call_log_voicemail_status_action_text_color">#33b5e5</item>
<!-- Favorites -->
<item name="favorites_padding_bottom">?android:attr/actionBarSize</item>
+ <item name="android:colorPrimaryDark">@color/actionbar_background_color_dark</item>
</style>
<!-- Action bar overflow menu icon. -->