[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1172: Make RadioButton in RadioButtonPreference non focusable.

This tells TalkBack not to land on the button individually, but instead
to land on the parent View. TalkBack users will get both the button
state and the textual description. Double tapping should work too.
pull/600/head
Eitan Isaacson 5 years ago committed by Colin Lee
parent f12c2f1617
commit c5baf667ee

@ -28,6 +28,7 @@
android:layout_gravity="start"
android:button="@null"
android:clickable="false"
android:focusable="false"
android:drawableStart="?android:attr/listChoiceIndicatorSingle"
android:drawablePadding="@dimen/radio_button_preference_drawable_padding"/>

Loading…
Cancel
Save