mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
a11y file browser items
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3a456ceed5
commit
b83d64086d
@ -53,6 +53,7 @@
|
|||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
android:layout_below="@id/file_icon"
|
android:layout_below="@id/file_icon"
|
||||||
android:layout_alignStart="@+id/file_icon"
|
android:layout_alignStart="@+id/file_icon"
|
||||||
|
android:contentDescription="@string/encrypted"
|
||||||
android:src="@drawable/ic_lock_grey600_24px" />
|
android:src="@drawable/ic_lock_grey600_24px" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -369,6 +369,7 @@
|
|||||||
<string name="nc_phone_book_integration_account_not_found">Account not found</string>
|
<string name="nc_phone_book_integration_account_not_found">Account not found</string>
|
||||||
|
|
||||||
<string name="starred">Favorite</string>
|
<string name="starred">Favorite</string>
|
||||||
|
<string name="encrypted">Encrypted</string>
|
||||||
<string name="password_protected">Password protected</string>
|
<string name="password_protected">Password protected</string>
|
||||||
|
|
||||||
<string name="avatar">Avatar</string>
|
<string name="avatar">Avatar</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user