From cd43a43565cb064ea60fa94fe981c6b5443f7a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Fri, 1 Nov 2019 15:03:55 +0100 Subject: [PATCH] Add a proper contentDescription to the notification record 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/remoteview_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/remoteview_header.xml b/app/src/main/res/layout/remoteview_header.xml index 6e4ee3f..825e439 100644 --- a/app/src/main/res/layout/remoteview_header.xml +++ b/app/src/main/res/layout/remoteview_header.xml @@ -127,7 +127,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" - android:contentDescription="" + android:contentDescription="@string/record_button" android:padding="10dp" android:scaleType="fitCenter" android:src="@drawable/ic_fiber_manual_record_black_24dp"