From aed74bf5434ca80b008d773c71dd52f8f7f71603 Mon Sep 17 00:00:00 2001 From: Jay Aliomer Date: Thu, 3 Oct 2019 14:28:43 -0400 Subject: [PATCH] Talkback speaking for the notification option should be consistent Because the "Silent" button uses RelativeLayout with getAccessibilityClassName not returning "Button", we use the NotificationButtonRelativeLayout which does that instead Fix: 141348514 Test: manual testing. see bug report Change-Id: Ic1c329ae1ad97aed45dc488ee7260d0081211784 --- res/layout/notif_importance_preference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/notif_importance_preference.xml b/res/layout/notif_importance_preference.xml index 44c135b8e49..edc2bb1df34 100644 --- a/res/layout/notif_importance_preference.xml +++ b/res/layout/notif_importance_preference.xml @@ -67,7 +67,7 @@ android:visibility="gone" /> - - + \ No newline at end of file