Set fallbackLineSpacing to false for all entry view modes

I fixed an issue in e77df1eee4 but
apparently I only applied it to the default view mode
pull/1054/head
Alexander Bakker 2 years ago
parent bb4450a00b
commit 65790166b6

@ -119,6 +119,7 @@
android:layoutDirection="ltr"
android:layout_below="@id/description"
android:includeFontPadding="false"
android:fallbackLineSpacing="false"
android:textSize="26sp"
android:textColor="?attr/codePrimaryText"
android:layout_marginStart="6dp"

@ -117,6 +117,7 @@
android:layoutDirection="ltr"
android:layout_below="@id/description"
android:includeFontPadding="false"
android:fallbackLineSpacing="false"
android:textSize="26sp"
android:textColor="?attr/codePrimaryText"
android:layout_marginStart="6dp"

Loading…
Cancel
Save