summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-10-06 18:24:13 +0200
committerGitHub <noreply@github.com>2023-10-06 18:24:13 +0200
commitc38b2634582d74fe3a7c7a4273cac8750dbc7e7d (patch)
treeccf4c93e1a92b8aa6f58716e5eba009d3642e9cf /ui/common/src/main/res
parent3fae29b375380ca785e57ed74e5942c496b2370b (diff)
downloadAntennaPod-c38b2634582d74fe3a7c7a4273cac8750dbc7e7d.zip
Better content descriptions for TalkBack (#6684)
Diffstat (limited to 'ui/common/src/main/res')
-rw-r--r--ui/common/src/main/res/layout/pager_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/common/src/main/res/layout/pager_fragment.xml b/ui/common/src/main/res/layout/pager_fragment.xml
index a5bf6c76e..00525d57c 100644
--- a/ui/common/src/main/res/layout/pager_fragment.xml
+++ b/ui/common/src/main/res/layout/pager_fragment.xml
@@ -16,6 +16,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
+ app:navigationContentDescription="@string/toolbar_back_button_content_description"
app:navigationIcon="?homeAsUpIndicator" />
</com.google.android.material.appbar.AppBarLayout>