diff options
| author | John Reck <jreck@google.com> | 2010-11-24 15:46:46 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-24 15:46:46 -0800 |
| commit | a62b093ebf6ac8071eddf96edb6457ff55ebd1a3 (patch) | |
| tree | ec3afc221d22d466383155a90a455a33c50105dc | |
| parent | 11495d1260e0b5a9bbb0e6d4931d1c35c51da366 (diff) | |
| parent | 68e8b99579e35c4de13f078ab47bc7cb28e969b8 (diff) | |
| download | packages_apps_Browser-a62b093ebf6ac8071eddf96edb6457ff55ebd1a3.tar.gz packages_apps_Browser-a62b093ebf6ac8071eddf96edb6457ff55ebd1a3.tar.bz2 packages_apps_Browser-a62b093ebf6ac8071eddf96edb6457ff55ebd1a3.zip | |
Merge "Fixes cutoff in url suggestions"
| -rw-r--r-- | res/layout/suggestion_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml index 45af6441b..fd1d85196 100644 --- a/res/layout/suggestion_item.xml +++ b/res/layout/suggestion_item.xml @@ -33,8 +33,8 @@ android:scaleType="center" style="@style/HoloButton" /> <RelativeLayout - android:paddingTop="8dip" - android:paddingBottom="8dip" + android:paddingTop="0dip" + android:paddingBottom="0dip" android:layout_width="0dip" android:layout_weight="1" android:layout_height="wrap_content" > |
