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
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" >