Disable text hyphenation before Android Q

pull/174/head
M66B 5 years ago
parent c473c41143
commit fea6abfc54

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

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

Loading…
Cancel
Save