From 3c5aa634764981c6e8fc5e476451d600a6d33433 Mon Sep 17 00:00:00 2001 From: Weng Su Date: Tue, 25 Feb 2025 21:24:18 +0800 Subject: [PATCH] Fixed accessibility issues in Wi-Fi calling preference - Made radio buttons non-focusable to avoid confusion in Talkback. Bug: 380477792 Flag: EXEMPT resource file only update Test: Manual testing atest ListWithEntrySummaryPreferenceTest Change-Id: I030adc76bf762ff9f2b531561b7a8f39555fe020 --- res/xml/single_choice_list_item_2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/single_choice_list_item_2.xml b/res/xml/single_choice_list_item_2.xml index ca80f444602..733751b08ca 100644 --- a/res/xml/single_choice_list_item_2.xml +++ b/res/xml/single_choice_list_item_2.xml @@ -27,7 +27,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:clickable="false" /> + android:clickable="false" + android:focusable="false"/>