summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authortamizh138 <tamizhezhil138@gmail.com>2021-02-27 15:46:53 +0530
committertamizh138 <tamizhezhil138@gmail.com>2021-02-27 15:46:53 +0530
commit0af4272dc99fcb9f0fc3a95f57c482b3badfe2db (patch)
tree6a25a5cd875eae58742b32632744deb2e27749a6 /app/src
parentf3bf708e260822645a65963ff402794cb0cca66e (diff)
downloadAntennaPod-0af4272dc99fcb9f0fc3a95f57c482b3badfe2db.zip
Set Separater Icon (.) not important for accessibility
Diffstat (limited to 'app/src')
-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