mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 02:28:18 +00:00
Remove content description from the download state on the attachment list item as the state can be guessed from save button availability.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
This commit is contained in:
parent
19d944c18e
commit
0386944c79
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@
|
|||
android:id="@+id/ivStatus"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="@string/title_legend_download_state"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvType"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ibSave"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
@ -122,4 +121,4 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvError" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue