summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2012-06-04 16:31:58 -0700
committerMichael Kolb <kolby@google.com>2012-06-04 16:36:41 -0700
commit0b12912da64ff5b2917d4f50eb91df2e76457d08 (patch)
tree8b7400e74a8c9f59e6f5db0c62761e03ba5193c9 /res/layout-sw600dp
parent9d64d9a8016cc862296b20c4db545018373bdea5 (diff)
downloadpackages_apps_browser-0b12912da64ff5b2917d4f50eb91df2e76457d08.zip
packages_apps_browser-0b12912da64ff5b2917d4f50eb91df2e76457d08.tar.gz
packages_apps_browser-0b12912da64ff5b2917d4f50eb91df2e76457d08.tar.bz2
Enable voice search in omnibox
Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/title_bar_nav.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml
index 651474a..a6b8a32 100644
--- a/res/layout-sw600dp/title_bar_nav.xml
+++ b/res/layout-sw600dp/title_bar_nav.xml
@@ -98,7 +98,14 @@
android:layout_height="match_parent"
android:contentDescription="@string/accessibility_button_clear"
style="@style/HoloButton" />
- </LinearLayout>
+ <ImageButton
+ android:id="@+id/voice"
+ android:src="@drawable/ic_voice_search_holo_dark"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:contentDescription="@string/accessibility_button_voice"
+ style="@style/HoloButton" />
+ </LinearLayout>
<ImageButton
android:id="@+id/search"
android:src="@drawable/ic_search_holo_dark"