Merge pull request #387 from sk22/fix-screenreader-middle-dot
Omit “middle dot” for screen reader
This commit is contained in:
commit
3f075eab13
|
@ -94,6 +94,7 @@
|
|||
android:layout_height="20dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:text="·"
|
||||
android:textAppearance="@style/m3_title_small" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue