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:
Alexander Bakker 2022-11-09 18:32:48 +01:00
parent f6f549aaeb
commit e77df1eee4

View File

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