mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Set fallbackLineSpacing to false for the OTP TextView
This prevents any dynamic changes in height that may occur while using tap to reveal on Android 13 and up.
This commit is contained in:
parent
f6f549aaeb
commit
e77df1eee4
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
android:layoutDirection="ltr"
|
||||
android:layout_below="@id/description"
|
||||
android:includeFontPadding="false"
|
||||
android:fallbackLineSpacing="false"
|
||||
android:textSize="34sp"
|
||||
android:textColor="?attr/codePrimaryText"
|
||||
android:layout_marginStart="6dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue