From e7fd1bac7aee679535e5b8694fcee64cff0c8f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Tue, 7 Jan 2020 21:39:33 +0100 Subject: [PATCH] Fix contentDescription for the junk image button 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/include_message_navigation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/include_message_navigation.xml b/app/src/main/res/layout/include_message_navigation.xml index 850bafc599..4d3b9e898a 100644 --- a/app/src/main/res/layout/include_message_navigation.xml +++ b/app/src/main/res/layout/include_message_navigation.xml @@ -85,7 +85,7 @@ android:layout_marginTop="3dp" android:layout_marginEnd="12dp" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="@string/title_legend_show_unsubscribe" + android:contentDescription="@string/title_legend_show_junk" android:foregroundTint="?android:attr/textColorSecondary" android:padding="3dp" android:scaleType="fitCenter" @@ -146,4 +146,4 @@ android:layout_width="0dp" android:layout_height="0dp" app:constraint_referenced_ids="vSeparatorTop,bnvActions,vSeparatorBottom" /> - \ No newline at end of file +