summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_pager_fragment.xml
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 /app/src/main/res/layout/feeditem_pager_fragment.xml
parentb860ee33d0d5a3f0543697a3348bc1eb8f614965 (diff)
downloadAntennaPod-df22b8f37660c5845d51d77022d79bee1766e23f.zip
Improve accessibility of back button.
+ Let TalkBack read out "back" when tapping the arrow left button.
Diffstat (limited to 'app/src/main/res/layout/feeditem_pager_fragment.xml')
-rw-r--r--app/src/main/res/layout/feeditem_pager_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditem_pager_fragment.xml b/app/src/main/res/layout/feeditem_pager_fragment.xml
index ac7316dd8..690ac3bc1 100644
--- a/app/src/main/res/layout/feeditem_pager_fragment.xml
+++ b/app/src/main/res/layout/feeditem_pager_fragment.xml
@@ -11,6 +11,7 @@
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:theme="?attr/actionBarTheme"
+ app:navigationContentDescription="@string/toolbar_back_button_content_description"
app:navigationIcon="?homeAsUpIndicator"
android:id="@+id/toolbar"/>