diff options
author | Andrew Lee <anwlee@google.com> | 2014-04-25 16:32:27 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-04-28 12:07:14 -0700 |
commit | d1980e2269703de5be8f356c54550868f6399837 (patch) | |
tree | a0c10015c8727307003a129f0cd4878fa66159c1 | |
parent | cc4660d463daa11b969fd9b8bdd308ae3416c67a (diff) |
Add list item background color.
Bug: 13956531
Change-Id: I1c39bc89179f9b6f15c20b908a49a7aabe8f05c6
-rw-r--r-- | res/values/colors.xml | 4 | ||||
-rw-r--r-- | res/values/styles.xml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 53ff5340a..4dab28596 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -52,10 +52,10 @@ <color name="item_selected">#660099cc</color> <!-- Background color of new dialer activity --> - <color name="background_dialer_light">#ebebeb</color> + <color name="background_dialer_light">#ffffff</color> <!-- Background color of dialer list items (contacts, call log entries) --> - <color name="background_dialer_list_items">#ebebeb</color> + <color name="background_dialer_list_items">#ffffff</color> <!-- Background color of action bars. Ensure this stays in sync with packages/Telephony actionbar_background_color. --> diff --git a/res/values/styles.xml b/res/values/styles.xml index 766e86cd8..738a0b690 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -48,12 +48,11 @@ <item name="list_item_photo_size">@dimen/contact_browser_list_item_photo_size</item> <item name="list_item_profile_photo_size">70dip</item> <item name="list_item_prefix_highlight_color">@color/people_app_theme_color</item> + <item name="list_item_background_color">@color/background_dialer_light</item> <item name="list_item_header_text_indent">8dip</item> <item name="list_item_header_text_color">@color/people_app_theme_color</item> <item name="list_item_header_text_size">14sp</item> <item name="list_item_header_height">30dip</item> - <item name="list_item_header_underline_height">1dip</item> - <item name="list_item_header_underline_color">@color/favorite_contacts_separator_color</item> <item name="list_item_data_width_weight">5</item> <item name="list_item_label_width_weight">3</item> <item name="contact_browser_list_padding_left">8dip</item> |