summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-04-10 10:19:58 -0700
committerWinson Chung <winsonc@google.com>2015-04-10 10:33:40 -0700
commit75cc825f3f1c266ccc654ee89d2dcffb7c65890a (patch)
tree21ee4f217b3aa605de083d2d5f5035d260354eb9 /res
parent211290119a246c85faccf77cee99a26f79347e1c (diff)
downloadandroid_packages_apps_Trebuchet-75cc825f3f1c266ccc654ee89d2dcffb7c65890a.tar.gz
android_packages_apps_Trebuchet-75cc825f3f1c266ccc654ee89d2dcffb7c65890a.tar.bz2
android_packages_apps_Trebuchet-75cc825f3f1c266ccc654ee89d2dcffb7c65890a.zip
Fixing regression in AllApps being aggressively dismissed after returning to Launcher.
- Adding workaround to prevent the built-in search box from being focused when AllApps is shown again Bug: 20143148 Change-Id: Id546d3e5fedc724d95e067d26115ee716ac1d626
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_list_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/apps_list_view.xml b/res/layout/apps_list_view.xml
index 595c46caf..dfb7b588d 100644
--- a/res/layout/apps_list_view.xml
+++ b/res/layout/apps_list_view.xml
@@ -20,7 +20,8 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:elevation="15dp"
- android:visibility="gone">
+ android:visibility="gone"
+ android:focusableInTouchMode="true">
<EditText
android:id="@+id/app_search_box"
android:layout_width="match_parent"