diff options
| author | Amith Yamasani <yamasani@google.com> | 2011-08-16 16:19:56 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-16 16:19:56 -0700 |
| commit | ed2d658af0856fb800631b9dfbced0ff2b9ca037 (patch) | |
| tree | d5fc4c98f249704df3262606d88cfd4003435837 | |
| parent | bb04b678cdc19119c98d1edfdbb732983e490e66 (diff) | |
| parent | 465b08cf4df1be5692488eeacfb5238402d6e5d1 (diff) | |
Merge "Move the padding to the text field in SearchView."
| -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 53f0cffdd730..0ffd571ce1e2 100644 --- a/core/res/res/layout/search_view.xml +++ b/core/res/res/layout/search_view.xml @@ -22,8 +22,6 @@ android:id="@+id/search_bar" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingLeft="8dip" - android:paddingRight="8dip" android:orientation="horizontal" > @@ -59,6 +57,8 @@ android:layout_gravity="center_vertical" android:layout_marginTop="4dip" android:layout_marginBottom="4dip" + android:layout_marginLeft="8dip" + android:layout_marginRight="8dip" android:orientation="horizontal"> <ImageView |
