summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson <winsonc@google.com>2015-08-11 16:20:47 -0700
committerWinson <winsonc@google.com>2015-08-11 16:27:16 -0700
commiteea9fa4022b9cdc5b2f65bbd9ed6b314c883248d (patch)
tree29c72817b5b199b9243d9c48ab09acaf0774d22c /res
parent99eceebfaae1071cde2cf05f2874b8d94795b43a (diff)
downloadandroid_packages_apps_Trebuchet-eea9fa4022b9cdc5b2f65bbd9ed6b314c883248d.tar.gz
android_packages_apps_Trebuchet-eea9fa4022b9cdc5b2f65bbd9ed6b314c883248d.tar.bz2
android_packages_apps_Trebuchet-eea9fa4022b9cdc5b2f65bbd9ed6b314c883248d.zip
Ensuring that AllAppsGridAdapter is public.
- Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps_search_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/all_apps_search_bar.xml b/res/layout/all_apps_search_bar.xml
index cf30eac36..c1399715d 100644
--- a/res/layout/all_apps_search_bar.xml
+++ b/res/layout/all_apps_search_bar.xml
@@ -48,7 +48,7 @@
android:gravity="fill_horizontal|center_vertical"
android:hint="@string/all_apps_search_bar_hint"
android:inputType="text|textNoSuggestions|textCapWords"
- android:imeOptions="actionDone|flagNoExtractUi"
+ android:imeOptions="actionSearch|flagNoExtractUi"
android:maxLines="1"
android:paddingLeft="8dp"
android:scrollHorizontally="true"