Merge pull request #4970 from tamizh143/develop
Mark separator icons as not important for talkback #4758
This commit is contained in:
commit
6e76dcea3d
@ -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…
x
Reference in New Issue
Block a user