Contact filter uses custom UI instead of NotifyingSpinner
Change-Id: Ia51c6944d67e41050be4e3e60856b15b77ffa090
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b8d9c54..71b653a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -100,6 +100,10 @@
<item name="android:windowExitAnimation">@anim/dummy_animation</item>
</style>
+ <declare-styleable name="ContactBrowser">
+ <attr name="contact_filter_popup_width" format="dimension"/>
+ </declare-styleable>
+
<declare-styleable name="ContactListItemView">
<!-- An attribute that specifies a custom drawable for the pressed state in the contact list-->
<attr name="pressedBackground" format="reference"/>
@@ -117,7 +121,6 @@
<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>
<declare-styleable name="MultiplePhonePickerItemView">
@@ -142,6 +145,7 @@
<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="contact_filter_popup_width">320dip</item>
</style>
<style name="ContactPickerTheme" parent="@android:Theme">