diff options
author | Dmitri Plotnikov <dplotnikov@google.com> | 2010-09-26 19:55:39 -0700 |
---|---|---|
committer | Dmitri Plotnikov <dplotnikov@google.com> | 2010-09-26 20:00:59 -0700 |
commit | 359f111b6794280decb3a194bfd50dccda093e82 (patch) | |
tree | 1950bfd01c7d1b399a82cadd8a6e976eff217260 /res/values | |
parent | a0a8fc69686af5ed0c7ec8c29a5c43b9a394356e (diff) | |
download | packages_apps_Contacts-359f111b6794280decb3a194bfd50dccda093e82.tar.gz packages_apps_Contacts-359f111b6794280decb3a194bfd50dccda093e82.tar.bz2 packages_apps_Contacts-359f111b6794280decb3a194bfd50dccda093e82.zip |
Highlighting prefixes that match search query
Change-Id: Ie897fe7e4d57b5de88dcec3983a9578e7942b83b
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 8225055ed..29b60cbaf 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -115,6 +115,7 @@ <attr name="list_item_presence_icon_margin" format="dimension"/> <attr name="list_item_header_text_width" format="dimension"/> <attr name="list_item_photo_size" format="dimension"/> + <attr name="list_item_prefix_highlight_color" format="color"/> </declare-styleable> @@ -137,6 +138,7 @@ <item name="list_item_presence_icon_margin">5dip</item> <item name="list_item_header_text_width">56dip</item> <item name="list_item_photo_size">56dip</item> + <item name="list_item_prefix_highlight_color">#729a27</item> </style> <style name="ContactPickerTheme" parent="@android:Theme"> @@ -151,6 +153,7 @@ <item name="list_item_presence_icon_margin">5dip</item> <item name="list_item_header_text_width">56dip</item> <item name="list_item_photo_size">56dip</item> + <item name="list_item_prefix_highlight_color">#729a27</item> <item name="list_item_header_chip_width">4dip</item> <item name="list_item_header_chip_right_margin">4dip</item> <item name="list_item_header_checkbox_margin">5dip</item> |