summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-11-22 16:02:43 -0800
committerJohn Reck <jreck@google.com>2010-11-22 16:02:43 -0800
commit68e8b99579e35c4de13f078ab47bc7cb28e969b8 (patch)
treef214a78a0a4aafc2f4b9fed82f314aa310a1451e
parent77df4568331d527f993f4d69168218ddf5acddda (diff)
downloadpackages_apps_Browser-68e8b99579e35c4de13f078ab47bc7cb28e969b8.tar.gz
packages_apps_Browser-68e8b99579e35c4de13f078ab47bc7cb28e969b8.tar.bz2
packages_apps_Browser-68e8b99579e35c4de13f078ab47bc7cb28e969b8.zip
Fixes cutoff in url suggestions
Bug: 3214534 Fixes the problem where the URL line in a url suggestion was partially cut off. For example, nytimes.com looked like nvtimes.com. Change-Id: I006b1a76c19433420d35e0ba70b699dad8741518
-rw-r--r--res/layout/suggestion_item.xml4
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" >