diff options
| -rw-r--r-- | core/res/res/layout/search_view.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/search_view.xml b/core/res/res/layout/search_view.xml index c52b73f874d2..face8b2857e2 100644 --- a/core/res/res/layout/search_view.xml +++ b/core/res/res/layout/search_view.xml @@ -54,8 +54,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_gravity="center_vertical" - android:layout_marginLeft="4dip" - android:layout_marginRight="4dip" + android:layout_marginLeft="16dip" + android:layout_marginRight="16dip" android:layout_marginTop="4dip" android:layout_marginBottom="4dip" android:orientation="horizontal"> |