From 0386944c7963f59d9a8c2b8083e49abbdb846e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Sat, 28 Dec 2019 22:29:07 +0100 Subject: [PATCH] Remove content description from the download state on the attachment list item as the state can be guessed from save button availability. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Vágner --- app/src/main/res/layout/item_attachment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml index 99e9820978..3be0eb44e8 100644 --- a/app/src/main/res/layout/item_attachment.xml +++ b/app/src/main/res/layout/item_attachment.xml @@ -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" /> - \ No newline at end of file +