From ce38fc6f725c37b0789f6ad620aa9e66c6cf1158 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 28 Feb 2019 08:21:05 +0200 Subject: [PATCH] add image description --- app/src/main/res/layout/profile_list_content.xml | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/profile_list_content.xml b/app/src/main/res/layout/profile_list_content.xml index 70253f58..f76c40c0 100644 --- a/app/src/main/res/layout/profile_list_content.xml +++ b/app/src/main/res/layout/profile_list_content.xml @@ -59,6 +59,7 @@ android:layout_marginStart="8dp" android:layout_weight="9" android:background="@drawable/ic_unfold_more_black_24dp" + android:contentDescription="@string/profile_list_rearrange_handle_label" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 18e5a189..a7cc3586 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -143,4 +143,5 @@ Send crash report via: Show report Color + Rearrange items handle -- 2.39.2