Merge pull request #387 from sk22/fix-screenreader-middle-dot

Omit “middle dot” for screen reader
This commit is contained in:
Gregory K 2022-11-20 07:54:06 +03:00 committed by GitHub
commit 3f075eab13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" />