From: Damyan Ivanov Date: Sun, 3 May 2020 19:28:08 +0000 (+0300) Subject: add missing contentDescription to a couple of images X-Git-Tag: v0.12.0~7 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=bb2cef0d2eb0e4a00675a3aea3e639f82a0c9347 add missing contentDescription to a couple of images --- 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