[fenix] For https://github.com/mozilla-mobile/fenix/issues/16426: Allow multiselect title to be selected by a11y services.

pull/600/head
mcarare 4 years ago committed by ekager
parent c32bbcc3e8
commit 85d00ac291

@ -53,6 +53,7 @@
android:layout_width="match_parent"
android:layout_height="80dp"
android:background="@color/foundation_normal_theme"
android:importantForAccessibility="no"
app:layout_constraintTop_toBottomOf="@+id/handle">
<ImageButton
@ -76,6 +77,7 @@
android:layout_marginStart="12dp"
android:textColor="@color/contrast_text_normal_theme"
android:textSize="18sp"
android:focusableInTouchMode="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/collect_multi_select"
app:layout_constraintHorizontal_bias="0.0"

Loading…
Cancel
Save