From 93760f3714d91fbf6cc9c576dc1419dfa41fc862 Mon Sep 17 00:00:00 2001 From: Tim Peng Date: Tue, 23 Feb 2021 16:47:55 +0800 Subject: [PATCH] =?UTF-8?q?[a11y]Talkback=20shouldn=E2=80=99t=20say=20Doub?= =?UTF-8?q?le=20tap=20to=20activate=20on=20panel=20if=20there=20isn't=20an?= =?UTF-8?q?y=20feature=20after=20double=20tap.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Album art should not be focused and tapped -Set importantForAccessibility to no Bug: 178440773 Test: manual test Change-Id: I744a752854665f0b4964374249e08fc602634ec2 --- packages/SystemUI/res/layout/media_output_dialog.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/media_output_dialog.xml b/packages/SystemUI/res/layout/media_output_dialog.xml index 73beefc9da83a..d996cee4b39e5 100644 --- a/packages/SystemUI/res/layout/media_output_dialog.xml +++ b/packages/SystemUI/res/layout/media_output_dialog.xml @@ -32,7 +32,8 @@ android:id="@+id/header_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:paddingEnd="@dimen/media_output_dialog_header_icon_padding"/> + android:paddingEnd="@dimen/media_output_dialog_header_icon_padding" + android:importantForAccessibility="no"/>