Show credit card input as LTR even for RTL languages.

This commit is contained in:
lisa-signal
2025-06-13 13:44:32 -04:00
committed by Michelle Tang
parent 76e8695000
commit e7140a14a3

View File

@@ -50,6 +50,8 @@
android:imeOptions="actionNext"
android:inputType="number"
android:maxLines="1"
android:textDirection="ltr"
android:textAlignment="viewStart"
android:nextFocusDown="@id/card_expiry">
<requestFocus />