]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/nav_profile_list_head.xml
add missing contentDescription to a couple of images
[mobile-ledger.git] / app / src / main / res / layout / nav_profile_list_head.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>