a11y file browser items

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-05-04 09:49:52 +02:00
parent 3a456ceed5
commit b83d64086d
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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>