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 | |
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')
-rw-r--r-- | res/drawable-hdpi/ic_go_holo_dark.png | bin | 633 -> 0 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_voice_search_holo_dark.png | bin | 961 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_go_holo_dark.png | bin | 458 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_voice_search_holo_dark.png | bin | 687 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_go_holo_dark.png | bin | 803 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_voice_search_holo_dark.png | bin | 1239 -> 0 bytes | |||
-rw-r--r-- | res/layout-sw600dp/title_bar_nav.xml | 16 | ||||
-rw-r--r-- | res/layout/title_bar_nav.xml | 9 | ||||
-rw-r--r-- | res/xml/searchable.xml | 1 |
9 files changed, 0 insertions, 26 deletions
diff --git a/res/drawable-hdpi/ic_go_holo_dark.png b/res/drawable-hdpi/ic_go_holo_dark.png Binary files differdeleted file mode 100644 index b1412e8..0000000 --- a/res/drawable-hdpi/ic_go_holo_dark.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_voice_search_holo_dark.png b/res/drawable-hdpi/ic_voice_search_holo_dark.png Binary files differdeleted file mode 100644 index 73bcafc..0000000 --- a/res/drawable-hdpi/ic_voice_search_holo_dark.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_go_holo_dark.png b/res/drawable-mdpi/ic_go_holo_dark.png Binary files differdeleted file mode 100644 index 2e2a449..0000000 --- a/res/drawable-mdpi/ic_go_holo_dark.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_voice_search_holo_dark.png b/res/drawable-mdpi/ic_voice_search_holo_dark.png Binary files differdeleted file mode 100644 index e7e4f68..0000000 --- a/res/drawable-mdpi/ic_voice_search_holo_dark.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_go_holo_dark.png b/res/drawable-xhdpi/ic_go_holo_dark.png Binary files differdeleted file mode 100644 index e4b59b3..0000000 --- a/res/drawable-xhdpi/ic_go_holo_dark.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_voice_search_holo_dark.png b/res/drawable-xhdpi/ic_voice_search_holo_dark.png Binary files differdeleted file mode 100644 index bfeb7aa..0000000 --- a/res/drawable-xhdpi/ic_voice_search_holo_dark.png +++ /dev/null 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" diff --git a/res/layout/title_bar_nav.xml b/res/layout/title_bar_nav.xml index 15568c3..31e47bc 100644 --- a/res/layout/title_bar_nav.xml +++ b/res/layout/title_bar_nav.xml @@ -89,15 +89,6 @@ style="@style/Suggestions" android:background="@null" /> <ImageView - android:id="@+id/voice" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:paddingRight="4dip" - android:contentDescription="@string/accessibility_button_voice" - android:src="@drawable/ic_voice_search_holo_dark" - style="@style/HoloButton" - android:visibility="gone" /> - <ImageView android:id="@+id/clear" android:layout_width="wrap_content" android:layout_height="match_parent" diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml index bb578c6..3397a40 100644 --- a/res/xml/searchable.xml +++ b/res/xml/searchable.xml @@ -26,7 +26,6 @@ android:voiceSearchMode="showVoiceSearchButton|launchWebSearch" android:inputType="textUri" android:imeOptions="actionGo" - android:searchSuggestAuthority="browser" android:searchSuggestSelection="url LIKE ?" android:searchSuggestIntentAction="android.intent.action.VIEW" |