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:
Peter Vágner 2019-12-28 22:29:07 +01:00 committed by M66B
parent 19d944c18e
commit 0386944c79
1 changed files with 1 additions and 2 deletions

View File

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