summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-05-05 22:26:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-05 22:26:16 +0000
commit7bf37cde27017510c59766ee72301316f05940b7 (patch)
treec1d30c3816f8b4ae16702adefcace6a1f9230dd6
parentfd35f91614235fd4978c99e2de05fa5dc4074069 (diff)
parent7116f9fa9f410bd8f1ec361f1e9a08117b952098 (diff)
am 7116f9fa: Merge "Set primaryColorDark in Dialer\'s theme"
* commit '7116f9fa9f410bd8f1ec361f1e9a08117b952098': Set primaryColorDark in Dialer's theme
-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 981a0d24a..93e698ae7 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -44,6 +44,9 @@
<!-- Background color of dialer list items (contacts, call log entries) -->
<color name="background_dialer_list_items">#ffffff</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 e00c5dd34..3dbfbe50a 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. -->