From 77e9e66a9cef14a6bb059b5d107d92127d99c01c Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 11 Jan 2018 10:08:06 +0100 Subject: [PATCH] add content description Signed-off-by: tobiasKaminsky --- src/main/res/layout/drawer_header.xml | 1 + src/main/res/layout/toolbar_user_information.xml | 1 + src/main/res/layout/user_info_details_table_item.xml | 1 + src/main/res/values/strings.xml | 2 ++ 4 files changed, 5 insertions(+) diff --git a/src/main/res/layout/drawer_header.xml b/src/main/res/layout/drawer_header.xml index 3061a7ed30..210abcfaca 100644 --- a/src/main/res/layout/drawer_header.xml +++ b/src/main/res/layout/drawer_header.xml @@ -28,6 +28,7 @@ android:id="@+id/drawer_header_background" android:layout_width="match_parent" android:layout_height="match_parent" + android:contentDescription="@string/drawer_header_background" android:src="@drawable/background" android:scaleType="centerCrop"/> diff --git a/src/main/res/layout/toolbar_user_information.xml b/src/main/res/layout/toolbar_user_information.xml index 50fb3a39a5..be3cb4830d 100644 --- a/src/main/res/layout/toolbar_user_information.xml +++ b/src/main/res/layout/toolbar_user_information.xml @@ -34,6 +34,7 @@ android:id="@+id/drawer_header_background" android:layout_width="match_parent" android:layout_height="match_parent" + android:contentDescription="@string/drawer_header_background" android:scaleType="centerCrop"/> No personal info set Add name, picture and contact details on your profile page. + Background image of drawer header + Account icon