diff options
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/styles.xml | 1 |
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. --> |