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:
Nik Clayton 2024-04-28 23:53:38 +02:00 committed by GitHub
parent f771dd7026
commit e65bc13184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"/>