1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00

Add screen reader labels (fixes #390)

activity_recent_changes.xml
activity_tips_and_tricks.xml
This commit is contained in:
Catfriend1 2019-04-14 18:08:20 +02:00
parent f297766d64
commit 38f94ce34c
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/changes_recycler_view" android:id="@+id/changes_recycler_view"
android:contentDescription="@string/recent_changes_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:scrollbars="vertical" /> android:scrollbars="vertical" />

View file

@ -10,6 +10,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/tip_recycler_view" android:id="@+id/tip_recycler_view"
android:contentDescription="@string/tips_and_tricks_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:scrollbars="vertical" /> android:scrollbars="vertical" />