mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20007: Multiselect title is important for a11y just in select mode. (https://github.com/mozilla-mobile/fenix/pull/20008)
This commit is contained in:
parent
65dc1122b4
commit
8af5109268
@ -138,6 +138,8 @@ class SelectionBannerBinding(
|
||||
if (selectedMode) {
|
||||
containerView.multiselect_title.text =
|
||||
context.getString(R.string.tab_tray_multi_select_title, tabCount)
|
||||
containerView.multiselect_title.importantForAccessibility =
|
||||
View.IMPORTANT_FOR_ACCESSIBILITY_YES
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -62,6 +62,7 @@
|
||||
android:focusableInTouchMode="true"
|
||||
android:textColor="@color/contrast_text_normal_theme"
|
||||
android:textSize="20sp"
|
||||
android:importantForAccessibility="no"
|
||||
app:fontFamily="@font/metropolis_semibold"
|
||||
app:layout_constraintBottom_toBottomOf="@id/topBar"
|
||||
app:layout_constraintEnd_toStartOf="@id/collect_multi_select"
|
||||
|
Loading…
Reference in New Issue
Block a user