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

Add contentDescription to actionShareId (fixes #219) (#220)

This commit is contained in:
Catfriend1 2019-01-12 19:52:41 +01:00 committed by GitHub
parent 4f4ffac9bb
commit 889a88f69f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,8 @@
android:drawableRight="@drawable/ic_share_black_24dp"
android:drawableEnd="@drawable/ic_share_black_24dp"
android:clickable="true"
android:focusable="true" />
android:focusable="true"
android:contentDescription="@string/share_title" />
</LinearLayout>