From bb2cef0d2eb0e4a00675a3aea3e639f82a0c9347 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 3 May 2020 22:28:08 +0300 Subject: [PATCH] add missing contentDescription to a couple of images --- app/src/main/res/layout/nav_profile_list_head.xml | 6 ++++-- app/src/main/res/values/strings.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/nav_profile_list_head.xml b/app/src/main/res/layout/nav_profile_list_head.xml index 3e1234a3..7530df6d 100644 --- a/app/src/main/res/layout/nav_profile_list_head.xml +++ b/app/src/main/res/layout/nav_profile_list_head.xml @@ -60,7 +60,8 @@ android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" + android:contentDescription="@string/icon" /> + app:layout_constraintTop_toTopOf="parent" + android:contentDescription="@string/icon" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1ecff70d..187a8f64 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -158,4 +158,5 @@ Commodity input visible by default Default commodity No transactions with preferred account found + icon -- 2.39.2