diff options
author | Tobias Preuss <tobias.preuss@googlemail.com> | 2021-10-24 02:49:49 +0200 |
---|---|---|
committer | Tobias Preuss <tobias.preuss@googlemail.com> | 2021-10-24 11:58:02 +0200 |
commit | df22b8f37660c5845d51d77022d79bee1766e23f (patch) | |
tree | 546011c47d9865df471864cb9e8a802349de2742 /core | |
parent | b860ee33d0d5a3f0543697a3348bc1eb8f614965 (diff) | |
download | AntennaPod-df22b8f37660c5845d51d77022d79bee1766e23f.zip |
Improve accessibility of back button.
+ Let TalkBack read out "back" when tapping the arrow left button.
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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> |