Fix voice search mode
Bug: 3410067
Fixes voice search mode
Fixes two buttons to the left of the url
This CL does not fix the voice button to the right yet.
Change-Id: I743f8d97811fc4dfc0488d27fc08cac10fdd1043
diff --git a/res/layout/url_bar.xml b/res/layout/url_bar.xml
index 526e44c..e925a58 100644
--- a/res/layout/url_bar.xml
+++ b/res/layout/url_bar.xml
@@ -61,7 +61,7 @@
android:id="@+id/voice_icon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:src="@drawable/ic_search_holo_dark"
+ android:src="@drawable/ic_voice_search_holo_dark"
style="@style/HoloIcon"
android:visibility="gone" />
<ImageView