summaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-08-31 16:46:39 -0700
committerTom Taylor <tomtaylor@google.com>2011-08-31 16:46:39 -0700
commitb31f9b5666f424d4fe8551696f480be0c1f51926 (patch)
tree84ed8eb46372e3624e91e226870249cfa683cf51 /res/xml/searchable.xml
parent479e61aa4b26c89573f70985bfb2406ef2187efc (diff)
downloadMms-b31f9b5666f424d4fe8551696f480be0c1f51926.tar.gz
In Talk search set field context to "Search"
Set the IME option on the search view so we get the search icon as the action on the keyboard, rather than the label "Go". Convert ConversationList to load its menus from an xml file rather than building the menus in code. Bug 5235495 Change-Id: I465711fb4959d1e54534ab594d5d04658d4082a1
Diffstat (limited to 'res/xml/searchable.xml')
-rw-r--r--res/xml/searchable.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 3fc7973a..ec79f878 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -25,6 +25,7 @@
android:searchSuggestAuthority="com.android.mms.SuggestionsProvider"
android:searchSuggestSelection="pattern"
android:searchSuggestIntentAction="android.intent.action.SEARCH"
+ android:imeOptions="actionSearch"
android:includeInGlobalSearch="true"
/>