mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Accessibility labels
This commit is contained in:
parent
cf7b1040f8
commit
bb4efb8d47
1 changed files with 3 additions and 1 deletions
|
@ -154,6 +154,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_accessibility_unseen"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvName"
|
||||
|
@ -218,6 +219,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/tile_synchronize"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvType"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvType"
|
||||
|
@ -255,7 +257,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_flag"
|
||||
android:contentDescription="@string/title_accessibility_flagged"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvKeywords"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvKeywords"
|
||||
|
|
Loading…
Reference in a new issue