Set Separater Icon (.) not important for accessibility
This commit is contained in:
parent
f3bf708e26
commit
0af4272dc9
|
@ -145,6 +145,7 @@
|
||||||
android:layout_marginRight="4dp"
|
android:layout_marginRight="4dp"
|
||||||
android:layout_marginEnd="4dp"
|
android:layout_marginEnd="4dp"
|
||||||
android:text="·"
|
android:text="·"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
tools:background="@android:color/holo_blue_light"/>
|
tools:background="@android:color/holo_blue_light"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -163,6 +164,7 @@
|
||||||
android:layout_marginRight="4dp"
|
android:layout_marginRight="4dp"
|
||||||
android:layout_marginEnd="4dp"
|
android:layout_marginEnd="4dp"
|
||||||
android:text="·"
|
android:text="·"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
tools:background="@android:color/holo_blue_light"/>
|
tools:background="@android:color/holo_blue_light"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
Loading…
Reference in New Issue