]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
add missing contentDescription to a couple of images
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 19:28:08 +0000 (22:28 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 19:28:08 +0000 (22:28 +0300)
app/src/main/res/layout/nav_profile_list_head.xml
app/src/main/res/values/strings.xml

index 3e1234a3d5b736a82100074a3a1d374f7558dba3..7530df6da74b3f18368723539d8c4e7a6e4afab9 100644 (file)
@@ -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" />
 
         <ImageView
             android:id="@+id/nav_profiles_start_edit"
@@ -72,7 +73,8 @@
             android:paddingEnd="8dp"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintEnd_toEndOf="parent"
-            app:layout_constraintTop_toTopOf="parent" />
+            app:layout_constraintTop_toTopOf="parent"
+            android:contentDescription="@string/icon" />
 
     </LinearLayout>
 
index 1ecff70defe130c605498d7f63dfcb0cce8c787d..187a8f64f0b9eac85b0bb2cd9d3ff64a5349acb3 100644 (file)
     <string name="currency_input_by_default">Commodity input visible by default</string>
     <string name="profile_default_commodity">Default commodity</string>
     <string name="ignoring_preferred_account">No transactions with preferred account found</string>
+    <string name="icon">icon</string>
 </resources>