summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-05-20 15:03:13 -0700
committerWinson Chung <winsonc@google.com>2015-05-21 00:37:50 +0000
commitc393b0765df8d2d34b3b996b71700a705b7d0106 (patch)
treea082b4b71c6eadb86009a11c6c27c88bc572a783 /res/layout
parentdb092a331ceb9b6cc72fd9b1a593cd77068bb66a (diff)
downloadandroid_packages_apps_Trebuchet-c393b0765df8d2d34b3b996b71700a705b7d0106.tar.gz
android_packages_apps_Trebuchet-c393b0765df8d2d34b3b996b71700a705b7d0106.tar.bz2
android_packages_apps_Trebuchet-c393b0765df8d2d34b3b996b71700a705b7d0106.zip
Fixing issue where the prediction bar apps are not focused.
- Also fixes issue where all apps is not accessible by keyboard when there are no other apps in the hotseat. Bug: 21334471
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_list_view.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/apps_list_view.xml b/res/layout/apps_list_view.xml
index 6f9be05af..040498359 100644
--- a/res/layout/apps_list_view.xml
+++ b/res/layout/apps_list_view.xml
@@ -39,6 +39,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/apps_search_bar_height"
android:orientation="horizontal"
+ android:descendantFocusability="afterDescendants"
+ android:focusable="true"
android:visibility="invisible" >
</LinearLayout>