diff options
author | Andrew Lee <anwlee@google.com> | 2014-04-28 21:21:34 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-28 21:21:34 +0000 |
commit | 10b8c46fe070a93f98db69c60e0f1b28c02b5964 (patch) | |
tree | d8d7ac2f1dcd6750dec22a5fe9cb32f1917f725f | |
parent | f4f47665942b34a1bab272b84f223bb06825a57f (diff) | |
parent | d1980e2269703de5be8f356c54550868f6399837 (diff) |
Merge "Add list item background color."
-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> |