Reduce some padding in the search dialog to get more text space.

Change-Id: I7a2327fcb511c28dff705332c8b7b2ea26ee97e6
This commit is contained in:
Amith Yamasani
2011-06-30 19:10:42 -07:00
parent c9d3946018
commit 0b5620907f

View File

@@ -54,8 +54,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
android:layout_marginLeft="8dip"
android:layout_marginRight="8dip"
android:layout_marginTop="4dip"
android:layout_marginBottom="4dip"
android:orientation="horizontal">
@@ -87,7 +87,6 @@
android:layout_gravity="bottom"
android:paddingLeft="8dip"
android:paddingRight="6dip"
android:drawablePadding="2dip"
android:singleLine="true"
android:ellipsize="end"
android:background="@null"