From 0c7b970eae2f2e6e6c4da8af9176221d0fb9e9ef Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 27 Oct 2018 00:59:58 +0200 Subject: [PATCH] Add content description --- res/layout/widget_remotecommandplugin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/widget_remotecommandplugin.xml b/res/layout/widget_remotecommandplugin.xml index d0d77132..1cd959d8 100644 --- a/res/layout/widget_remotecommandplugin.xml +++ b/res/layout/widget_remotecommandplugin.xml @@ -15,7 +15,8 @@ android:paddingBottom="6dip" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/icon"/> + android:src="@drawable/icon" + android:contentDescription="@string/device_icon_description"/>