Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations

Change-Id: Ibebf7438b668c27f726d9023d0530d90e72d413c
This commit is contained in:
Adam Powell
2011-01-22 15:24:49 -08:00
parent 2d044d1ff9
commit 41f4241240

View File

@@ -74,4 +74,6 @@
<!-- The width of the big icons in notifications. --> <!-- The width of the big icons in notifications. -->
<dimen name="notification_large_icon_height">60dp</dimen> <dimen name="notification_large_icon_height">60dp</dimen>
<!-- Minimum width of the search view text entry area. -->
<dimen name="search_view_text_min_width">160dip</dimen>
</resources> </resources>