]> git.ktnx.net Git - mobile-ledger.git/commitdiff
accessibility: describe account expander arrow image
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 19 Jul 2020 08:35:32 +0000 (11:35 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 19 Jul 2020 08:35:58 +0000 (11:35 +0300)
app/src/main/res/layout/account_summary_row.xml
app/src/main/res/values/strings.xml

index 87c2763a76a4a3f3edebac0e38c38094a723e9a4..31afa1a1a57fef1f62dbc202a1c3aafc0121a06f 100644 (file)
@@ -83,6 +83,7 @@
                 app:layout_constraintEnd_toEndOf="parent"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintTop_toTopOf="parent"
+                android:contentDescription="@string/sub_accounts_expand_collapse_trigger_description"
                 />
         </androidx.constraintlayout.widget.ConstraintLayout>
     </androidx.constraintlayout.widget.ConstraintLayout>
index b12fff86fb27c3d665ed3323cce264709cbac098..21742503c4b2f19d80b23c8f52de8754192746c7 100644 (file)
     <string name="filter_menu_title">Filter</string>
     <string name="go_to_date_menu_title">Go to date</string>
     <string name="splash_icon_description">Main app icon</string>
+    <string name="sub_accounts_expand_collapse_trigger_description">Sub-accounts expand/collapse trigger</string>
 </resources>