mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Add screen reader labels (fixes #390)
activity_recent_changes.xml activity_tips_and_tricks.xml
This commit is contained in:
parent
f297766d64
commit
38f94ce34c
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/changes_recycler_view"
|
||||
android:contentDescription="@string/recent_changes_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbars="vertical" />
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/tip_recycler_view"
|
||||
android:contentDescription="@string/tips_and_tricks_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbars="vertical" />
|
||||
|
|
Loading…
Reference in a new issue