Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c5aa634 authored by Weng Su's avatar Weng Su
Browse files

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
parent 5e79d186
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"/>

    <LinearLayout
        android:layout_width="0dp"