summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-05-21 00:49:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-21 00:49:06 +0000
commitee8df9de6949167f395e8eb8332f596356dc85e5 (patch)
treefac19dee1c80918a3d89918d45cd4d7c6ab4b9bb /res
parent78f585bae69dad7fb7d606ccead1c6c39e134a23 (diff)
parentc393b0765df8d2d34b3b996b71700a705b7d0106 (diff)
downloadandroid_packages_apps_Trebuchet-ee8df9de6949167f395e8eb8332f596356dc85e5.tar.gz
android_packages_apps_Trebuchet-ee8df9de6949167f395e8eb8332f596356dc85e5.tar.bz2
android_packages_apps_Trebuchet-ee8df9de6949167f395e8eb8332f596356dc85e5.zip
am c393b076: Fixing issue where the prediction bar apps are not focused.
* commit 'c393b0765df8d2d34b3b996b71700a705b7d0106': Fixing issue where the prediction bar apps are not focused.
Diffstat (limited to 'res')
-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>