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>
pull/171/head
Peter Vágner 6 years ago committed by M66B
parent 19d944c18e
commit 0386944c79

@ -55,7 +55,6 @@
android:id="@+id/ivStatus" android:id="@+id/ivStatus"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:contentDescription="@string/title_legend_download_state"
app:layout_constraintBottom_toBottomOf="@+id/tvType" app:layout_constraintBottom_toBottomOf="@+id/tvType"
app:layout_constraintEnd_toStartOf="@+id/ibSave" app:layout_constraintEnd_toStartOf="@+id/ibSave"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"

Loading…
Cancel
Save