From 22e65626cc8a4d09a709cf79f704e12736547c04 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 4 Mar 2018 13:18:15 +0100 Subject: [PATCH] Fix accessibility issues Summary: Add some image contentDescriptions and one focusable property Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D11004 --- res/layout-land/activity_mpris.xml | 1 + res/layout/activity_mpris.xml | 1 + res/layout/list_item_with_icon_entry.xml | 2 ++ res/layout/preference_with_button.xml | 1 + res/values/strings.xml | 3 +++ 5 files changed, 8 insertions(+) diff --git a/res/layout-land/activity_mpris.xml b/res/layout-land/activity_mpris.xml index ef4867ee..21fcabcc 100644 --- a/res/layout-land/activity_mpris.xml +++ b/res/layout-land/activity_mpris.xml @@ -14,6 +14,7 @@ android:layout_height="match_parent" android:layout_marginRight="25dp" android:layout_weight="1" + android:contentDescription="@string/mpris_coverart_description" android:scaleType="fitCenter" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b10f911..26ea7693 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -223,5 +223,8 @@ Select a ringtone Blocked numbers Don\'t show calls and SMS from these numbers. Please specify one number per line + Cover art of current media + Device icon + Settings icon