Disable text hyphenation before Android Q

This commit is contained in:
M66B 2020-02-10 13:27:33 +01:00
parent c473c41143
commit fea6abfc54
2 changed files with 2 additions and 0 deletions

View File

@ -411,6 +411,7 @@
android:layout_marginTop="6dp"
android:layout_marginEnd="6dp"
android:fontFamily="monospace"
android:hyphenationFrequency="none"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textIsSelectable="true"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -81,6 +81,7 @@
android:layout_marginTop="3dp"
android:layout_marginEnd="6dp"
android:fontFamily="monospace"
android:hyphenationFrequency="none"
android:minHeight="60dp"
android:paddingBottom="6dp"
android:text="Body"