From 0bf8b96790d52193359b5aaa0b23ffb49804d30c Mon Sep 17 00:00:00 2001 From: Mugurell Date: Mon, 8 Jul 2019 22:35:53 +0300 Subject: [PATCH] Fix #3425 - Use Share header text as contentDescription (#3822) --- app/src/main/res/layout/collection_home_list_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/collection_home_list_row.xml b/app/src/main/res/layout/collection_home_list_row.xml index 9fa6f65bf..02e1205b4 100644 --- a/app/src/main/res/layout/collection_home_list_row.xml +++ b/app/src/main/res/layout/collection_home_list_row.xml @@ -87,7 +87,7 @@ android:layout_marginStart="16dp" android:layout_marginEnd="30dp" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="@string/tab_menu" + android:contentDescription="@string/share_header" android:src="@drawable/ic_hollow_share" app:layout_constraintEnd_toStartOf="@id/collection_overflow_button" app:layout_constraintTop_toTopOf="@id/collection_icon" />