Add contentDescription to ImageButtons

This commit is contained in:
2019-10-04 20:26:23 +02:00
committed by Matte23
parent 467f9221d7
commit 3f2c5ab39f
6 changed files with 40 additions and 1 deletions

View File

@@ -53,4 +53,15 @@
<string name="snackbar_circular_downloaded">The circular letter will be saved into the download folder</string>
<string name="snackbar_connection_not_available">Network not available. Results may be outdated</string>
<string name="image_view_attachment">View attachment</string>
<string name="image_download_attachment">Download attachment</string>
<string name="image_view_circular">View circular</string>
<string name="image_download_circular">Download circular</string>
<string name="image_add_favourite">Add to favourites</string>
<string name="image_add_reminder">Add reminder</string>
<string name="image_remove_favourite">Remove from favourites</string>
<string name="image_remove_reminder">Remove reminder</string>
<string name="image_expand">Expand</string>
<string name="image_collapse">Collapse</string>
</resources>