Merge "Fixes cutoff in url suggestions"
diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml
index 45af644..fd1d851 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" >