summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 14:57:52 -0700
committerAndrew Lee <anwlee@google.com>2014-06-05 14:57:52 -0700
commit2a4921f8de90049c70cedf62a341a654b0796d73 (patch)
tree7c0823bc72470b1ec959495d4cb338618e058ab5 /res
parent57f560ae3a865aa721a88c317fac69e1a785b711 (diff)
Change default background for Dialer (from #ffffff to #fbfbfb).
This fixes some inconsistencies across different fragments/views. Bug: 15448707 Change-Id: I461b32b92ec2189110ce1ad5bc206f6668d0224f
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml7
-rw-r--r--res/values/styles.xml2
2 files changed, 3 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5f456386f..a5ad64167 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -21,8 +21,6 @@
<color name="dialtacts_secondary_text_color">#888888</color>
<color name="dialer_accent_color">#eeff41</color>
- <color name="contact_list_background_color">#f2f2f2</color>
-
<!-- Color of the text describing an unconsumed missed call. -->
<color name="call_log_missed_call_highlight_color">#FF0000</color>
@@ -42,10 +40,9 @@
<color name="item_selected">#660099cc</color>
<!-- Background color of new dialer activity -->
- <color name="background_dialer_light">#ffffff</color>
-
+ <color name="background_dialer_light">#fbfbfb</color>
<!-- Background color of dialer list items (contacts, call log entries) -->
- <color name="background_dialer_list_items">#fbfbfb</color>
+ <color name="background_dialer_list_items">@color/background_dialer_light</color>
<color name="search_shortcut_background_color">#b6b6b6</color>
<color name="search_shortcut_icon_color">#f8f8f8</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 194bc7dbc..925f33b98 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -53,7 +53,7 @@
<item name="list_item_label_width_weight">3</item>
<item name="contact_browser_list_padding_left">16dp</item>
<item name="contact_browser_list_padding_right">0dp</item>
- <item name="contact_browser_background">@color/contact_list_background_color</item>
+ <item name="contact_browser_background">@color/background_dialer_light</item>
<item name="list_item_name_text_color">@color/contact_list_name_text_color</item>
<item name="list_item_name_text_size">16sp</item>
<item name="list_item_text_indent">@dimen/contact_browser_list_item_text_indent</item>