]> git.ktnx.net Git - mobile-ledger.git/commitdiff
add image description
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 28 Feb 2019 06:21:05 +0000 (08:21 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 28 Feb 2019 06:21:05 +0000 (08:21 +0200)
app/src/main/res/layout/profile_list_content.xml
app/src/main/res/values/strings.xml

index 70253f58562bd2588337b903b8fdde170f399dce..f76c40c00d0b41457c51d57d2756999a87a35d0e 100644 (file)
@@ -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"
index 18e5a189f22badd6bd587cf5e8e98aa0f3d97e53..a7cc3586a5c58fc5ba6852ae434dbf25140d38a1 100644 (file)
     <string name="send_crash_via">Send crash report via:</string>
     <string name="btn_show_report">Show report</string>
     <string name="color_label">Color</string>
+    <string name="profile_list_rearrange_handle_label">Rearrange items handle</string>
 </resources>