diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-05 22:49:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-05 22:49:56 +0000 |
commit | 7c104069ad7b0caab1ada55425e5744e3849aa7a (patch) | |
tree | ff062b7995663cdaa81f801bfdf71879221ff70b | |
parent | d29b7ef2868176995cf43b56a28336688f9744d3 (diff) | |
parent | 2a4921f8de90049c70cedf62a341a654b0796d73 (diff) |
Merge "Change default background for Dialer (from #ffffff to #fbfbfb)." into lmp-preview-dev
-rw-r--r-- | res/values/colors.xml | 7 | ||||
-rw-r--r-- | res/values/styles.xml | 2 |
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 5b56dbeb3..49838e253 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> |