Make VS hint text 8dip wider.

This is to allow longer VS hints to fix without ellipsizing.

Change-Id: I132b204e78c0cd922c8cc21f1032a5a1672c9295
diff --git a/res/layout/search_widget.xml b/res/layout/search_widget.xml
index f91e4fb..15677ed 100644
--- a/res/layout/search_widget.xml
+++ b/res/layout/search_widget.xml
@@ -63,9 +63,10 @@
             android:layout_width="0dip"
             android:layout_height="wrap_content"
             android:layout_weight="1.0"
-            android:layout_marginLeft="10dip"
+            android:layout_marginLeft="6dip"
             android:layout_marginTop="6dip"
             android:layout_marginBottom="6dip"
+            android:layout_marginRight="-4dip"
         />
 
         <ImageButton