mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-11 00:06:29 +01:00
fix: Mark tab drag icon as unimportant for accessiblity (#663)
Talkback was speaking it as "Unlabeled". It's not necessary for Talkback, as the tab name describes it in the list.
This commit is contained in:
parent
f771dd7026
commit
e65bc13184
@ -20,6 +20,7 @@
|
||||
android:paddingBottom="8dp"
|
||||
android:src="@drawable/ic_drag_indicator_24dp"
|
||||
app:tint="?attr/colorControlNormal"
|
||||
android:importantForAccessibility="no"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/textView"/>
|
||||
|
Loading…
Reference in New Issue
Block a user