diff options
author | Michael Kolb <kolby@google.com> | 2012-05-03 11:37:58 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2012-05-03 15:25:01 -0700 |
commit | 5ff5c8b88968fa794eab4b7a263cae25f05bd4d3 (patch) | |
tree | 5c64bedb6089f7516b1e34de38e6bde5ecc098d3 /res/layout-sw600dp/title_bar_nav.xml | |
parent | f6504f863a407c9b4615ac14de9b623775f65f69 (diff) | |
download | packages_apps_Browser-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.zip packages_apps_Browser-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.tar.gz packages_apps_Browser-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.tar.bz2 |
Remove voice search handling
Bug: 6439925
Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
Diffstat (limited to 'res/layout-sw600dp/title_bar_nav.xml')
-rw-r--r-- | res/layout-sw600dp/title_bar_nav.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml index e628a81..300b740 100644 --- a/res/layout-sw600dp/title_bar_nav.xml +++ b/res/layout-sw600dp/title_bar_nav.xml @@ -103,22 +103,6 @@ style="@style/HoloButton" /> </LinearLayout> <ImageButton - android:id="@+id/go" - android:src="@drawable/ic_go_holo_dark" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:visibility="gone" - android:gravity="center_vertical" - android:contentDescription="@string/accessibility_button_go" - style="@style/HoloButton" /> - <ImageButton - android:id="@+id/voicesearch" - 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" /> - <ImageButton android:id="@+id/search" android:src="@drawable/ic_search_holo_dark" android:layout_width="wrap_content" |