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_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
|
||||
|
|
Loading…
Reference in New Issue