Enable voice search
http://b/issue?id=3039695
send voice search intent
implement voice search title bar
also fixes another Urlbar focus handling bug
Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
diff --git a/res/layout/url_bar.xml b/res/layout/url_bar.xml
index 61b03ed..884267e 100644
--- a/res/layout/url_bar.xml
+++ b/res/layout/url_bar.xml
@@ -48,7 +48,14 @@
android:layout_weight="1.0"
android:layout_marginLeft="16dip"
android:orientation="horizontal"
- android:background="@drawable/textfield_active_holo_dark">
+ android:background="@drawable/textfield_default_holo_dark">
+ <ImageView
+ android:id="@+id/voice_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/ic_search_light"
+ style="@style/HoloIcon"
+ android:visibility="gone" />
<ImageView
android:id="@+id/lock"
android:layout_width="wrap_content"