From ed687636409efe6818165577dfbd7174db3dbd99 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Wed, 8 Jul 2020 14:34:28 -0700 Subject: [PATCH] Made the qs scroll view not important for accessibility It was showing up as an unlabeled element, but can't usually be scrolled anyway. And when it's scrolled it can still be performed using talkback. Fixes: 160329869 Test: enable talkback, drag down notification panel Change-Id: Iaf4785213c58cb9efeb19aff4c164f78cdacfdab --- packages/SystemUI/res/layout/qs_panel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/qs_panel.xml b/packages/SystemUI/res/layout/qs_panel.xml index 597644bf32958..4527c6c793d5d 100644 --- a/packages/SystemUI/res/layout/qs_panel.xml +++ b/packages/SystemUI/res/layout/qs_panel.xml @@ -53,6 +53,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:elevation="4dp" + android:importantForAccessibility="no" android:layout_weight="1">