diff options
author | Nancy Chen <nancychen@google.com> | 2014-08-06 18:05:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-06 18:05:04 +0000 |
commit | c43efd60087a2e4b24e859a6eb9195237f168b9a (patch) | |
tree | 1ead76c8a81827d0ba7949fc0f10bc6386f09a6c /res | |
parent | 9eac41f66b08c54f01649af8d6e3d9a04769afa9 (diff) | |
parent | 03ef049584935dea42f09b0d0c15ed418b9d0711 (diff) |
am 03ef0495: am 0e6d7b04: Change background color for SearchFragment
* commit '03ef049584935dea42f09b0d0c15ed418b9d0711':
Change background color for SearchFragment
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 9f37d2883..a3ef1c630 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -52,7 +52,7 @@ <item name="list_item_label_width_weight">3</item> <item name="contact_browser_list_padding_left">0dp</item> <item name="contact_browser_list_padding_right">0dp</item> - <item name="contact_browser_background">@color/background_dialer_light</item> + <item name="contact_browser_background">@color/background_dialer_results</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> |