summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorTobias Preuss <tobias.preuss@googlemail.com>2021-10-24 02:49:49 +0200
committerTobias Preuss <tobias.preuss@googlemail.com>2021-10-24 11:58:02 +0200
commitdf22b8f37660c5845d51d77022d79bee1766e23f (patch)
tree546011c47d9865df471864cb9e8a802349de2742 /core/src
parentb860ee33d0d5a3f0543697a3348bc1eb8f614965 (diff)
downloadAntennaPod-df22b8f37660c5845d51d77022d79bee1766e23f.zip
Improve accessibility of back button.
+ Let TalkBack read out "back" when tapping the arrow left button.
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 5d86109c3..648714148 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -676,6 +676,7 @@
<string name="stop_preview">Stop preview</string>
<!-- Content descriptions for image buttons -->
+ <string name="toolbar_back_button_content_description">Back</string>
<string name="rewind_label">Rewind</string>
<string name="fast_forward_label">Fast forward</string>
<string name="increase_speed">Increase speed</string>