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
This commit is contained in:
Alexander Bakker 2022-12-03 14:15:48 +01:00
parent bb4450a00b
commit 65790166b6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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