From ce367a3218db5ab92e5fa06b559f738f064d754d Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 27 Apr 2018 16:57:11 -0700 Subject: [PATCH] Annotating groups of views in Overview for accessibility This will break the initial focus assignment. This should be later fixed in Talkback. Bug: 72409756 Test: Talkback reads pane title, even though at a wrong moment. Change-Id: I38458ef7c3b5745169d7bc17ce8751f683ba9c71 --- quickstep/res/layout/overview_panel.xml | 1 + quickstep/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/quickstep/res/layout/overview_panel.xml b/quickstep/res/layout/overview_panel.xml index 6102c38aaf..919afdb37f 100644 --- a/quickstep/res/layout/overview_panel.xml +++ b/quickstep/res/layout/overview_panel.xml @@ -29,6 +29,7 @@ android:clipChildren="false" android:clipToPadding="false" android:focusableInTouchMode="true" + android:accessibilityPaneTitle="@string/accessibility_recent_apps" android:theme="@style/HomeScreenElementTheme" > diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml index 34cc0b7245..a76899d3da 100644 --- a/quickstep/res/values/strings.xml +++ b/quickstep/res/values/strings.xml @@ -38,4 +38,7 @@ Clear all + + + Recent apps \ No newline at end of file