Make voice search hint close button focusable

This makes it possible to close the voice search hint using
the trackball or DPAD.

Bug: http://b/issue?id=2751789
Change-Id: I28829ef5926268544c0da3511b78023eeb5dedfa
diff --git a/res/layout/voice_search_hint.xml b/res/layout/voice_search_hint.xml
index d43e999..0491db6 100644
--- a/res/layout/voice_search_hint.xml
+++ b/res/layout/voice_search_hint.xml
@@ -54,6 +54,7 @@
             android:paddingLeft="4dip"
             android:src="@android:drawable/btn_dialog"
             android:scaleType="centerInside"
+            android:focusable="true"
             />
 
 </LinearLayout>