summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-05-21 11:59:48 -0700
committerVadim Tryshev <vadimt@google.com>2018-05-22 14:47:44 -0700
commitf1507a6a647adde9a77db3efb2a92558c4dc2473 (patch)
tree8446a9b9384417e9c8b31a838a2bbf0180116fcd /res/layout
parent8417a7b5140bf6dd27702331e787887a7b8c2e3d (diff)
downloadandroid_packages_apps_Trebuchet-f1507a6a647adde9a77db3efb2a92558c4dc2473.tar.gz
android_packages_apps_Trebuchet-f1507a6a647adde9a77db3efb2a92558c4dc2473.tar.bz2
android_packages_apps_Trebuchet-f1507a6a647adde9a77db3efb2a92558c4dc2473.zip
Making overview panel accessible via Tab
Keyboard navigation of AllAppsContainerView is broken in TOT; disabling focusing there is necessary for Recents. Bug: 72222505 Test: Manual Change-Id: I85d544f7c8dbdaf12e49de51c6626bbc3dc32917
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index 5e7b117c4..02d793e1c 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -23,8 +23,7 @@
android:layout_height="match_parent"
android:clipChildren="true"
android:clipToPadding="false"
- android:focusable="true"
- android:focusableInTouchMode="true"
+ android:focusable="false"
android:saveEnabled="false" >
<include layout="@layout/all_apps_rv_layout" />