From e77df1eee4b621c4bfda82e3953e40f0e40ecaaa Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 9 Nov 2022 18:32:48 +0100 Subject: [PATCH] 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. --- app/src/main/res/layout/card_entry.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/card_entry.xml b/app/src/main/res/layout/card_entry.xml index 46ac5576..6ffff7c4 100644 --- a/app/src/main/res/layout/card_entry.xml +++ b/app/src/main/res/layout/card_entry.xml @@ -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"