From 25077c1d6e95c29c77dc9ca122e115e48bfc50a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Tue, 7 Jan 2020 22:32:21 +0100 Subject: [PATCH] No need to set content description on an image when its caption is showing next to it. 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_image.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_image.xml b/app/src/main/res/layout/item_image.xml index 994760dfea..2948367e95 100644 --- a/app/src/main/res/layout/item_image.xml +++ b/app/src/main/res/layout/item_image.xml @@ -17,7 +17,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:adjustViewBounds="true" - android:contentDescription="@string/title_legend_show_images" + android:contentDescription="@null" android:scaleType="centerInside" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -35,4 +35,4 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/ivImage" /> - \ No newline at end of file +