diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-05 23:15:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-05 23:15:49 +0000 |
commit | 3e8884513def20fe7bd3e1a188b2e03bbf165d47 (patch) | |
tree | 130f0d7e90d1c138daf3060d985cde4c08da106d /res | |
parent | 99f1356fbd86dbffffb58ba90ecb376f85398161 (diff) | |
parent | 7c104069ad7b0caab1ada55425e5744e3849aa7a (diff) |
am 7c104069: Merge "Change default background for Dialer (from #ffffff to #fbfbfb)." into lmp-preview-dev
* commit '7c104069ad7b0caab1ada55425e5744e3849aa7a':
Change default background for Dialer (from #ffffff to #fbfbfb).
Diffstat (limited to 'res')
-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 a034c906b..2031f0f74 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 529401138..f3f41f5a4 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -51,7 +51,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> |