summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2534cb5ac..df4b2f45d 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -44,7 +44,10 @@
<color name="item_selected">#660099cc</color>
<!-- Background color of new dialer activity -->
- <color name="background_dial_holo_light">#f5f5f5</color>
+ <color name="background_dialer_light">#cecece</color>
+
+ <!-- Background color of dialer list items (contacts, call log entries) -->
+ <color name="background_dialer_list_items">#f5f5f5</color>
<!-- Background color of new dialpad -->
<color name="background_dialpad">#ee020709</color>
@@ -55,7 +58,7 @@
-->
<color name="dialpad_secondary_text_color">#888888</color>
- <!-- Background color of fake action bar in the favorites fragment -->
+ <!-- Background color of action bars -->
<color name="actionbar_background_color">#e6e6e6</color>
<!-- Color of the 1dp divider that separates favorites -->