mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-27 01:06:14 +00:00
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:
parent
bb4450a00b
commit
65790166b6
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue