summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-03-15 12:50:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-15 12:50:35 -0700
commit4a04f11b437d7d92d580c7c8b0b4b54876b6a934 (patch)
tree4b47ef11bbb574e82a2668f221f821119b57b9e6 /core
parent9b50c1fcda99fd74fe40b6393d57f9dacc8c7d12 (diff)
parent7e978441eeed9defb1031cc17c2857cf06cf825a (diff)
downloadframeworks_base-4a04f11b437d7d92d580c7c8b0b4b54876b6a934.zip
frameworks_base-4a04f11b437d7d92d580c7c8b0b4b54876b6a934.tar.gz
frameworks_base-4a04f11b437d7d92d580c7c8b0b4b54876b6a934.tar.bz2
am 7e978441: Merge "Use more padding on the sides for SearchView" into honeycomb-mr1
* commit '7e978441eeed9defb1031cc17c2857cf06cf825a': Use more padding on the sides for SearchView
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/search_view.xml4
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 c52b73f..face8b2 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">