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.
pull/1027/head
Alexander Bakker 2 years ago
parent f6f549aaeb
commit e77df1eee4

@ -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…
Cancel
Save