From 5c05e0f16031048f92cb752da058e81090251cec Mon Sep 17 00:00:00 2001 From: Peter_Liang Date: Mon, 26 Apr 2021 09:22:23 +0800 Subject: [PATCH] Fix the GAR issue of TalkBack said "double-tap to activate" on the slider title of Accessibility button page. Root cause: Set "android:selectable" as true. Solution: Remove "android:selectable". Bug: 183469419 Test: manual test Change-Id: I337cfe0795205dec5e4654b90d6c7e2c7fd7ca77 --- res/xml/accessibility_button_settings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/xml/accessibility_button_settings.xml b/res/xml/accessibility_button_settings.xml index 5e81616bffc..bb16f0397cd 100644 --- a/res/xml/accessibility_button_settings.xml +++ b/res/xml/accessibility_button_settings.xml @@ -56,7 +56,6 @@