summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-02-27 21:07:23 +0100
committerGitHub <noreply@github.com>2021-02-27 21:07:23 +0100
commit6e76dcea3d1b33c75a32b181e83e2f0d94085701 (patch)
tree18a98218fdb3fb1206c742e02d8196a3095eff6d
parent5bb92af38df6e7b555a8b98e6406a4199f18e29a (diff)
parent0af4272dc99fcb9f0fc3a95f57c482b3badfe2db (diff)
downloadAntennaPod-6e76dcea3d1b33c75a32b181e83e2f0d94085701.zip
Merge pull request #4970 from tamizh143/develop
Mark separator icons as not important for talkback #4758
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index a8ae5743e..e1f382e46 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -145,6 +145,7 @@
android:layout_marginRight="4dp"
android:layout_marginEnd="4dp"
android:text="·"
+ android:importantForAccessibility="no"
tools:background="@android:color/holo_blue_light"/>
<TextView
@@ -163,6 +164,7 @@
android:layout_marginRight="4dp"
android:layout_marginEnd="4dp"
android:text="·"
+ android:importantForAccessibility="no"
tools:background="@android:color/holo_blue_light"/>
<TextView