2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

For #19569 - Decrease the credit card expiry year width to ensure the month is fully visible (#19582)

This commit is contained in:
Codrut Topliceanu 2021-05-26 18:16:29 +03:00 committed by GitHub
parent 3fb40e1f40
commit 02079cd567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="0.8"
android:orientation="vertical"> android:orientation="vertical">
<androidx.appcompat.widget.AppCompatSpinner <androidx.appcompat.widget.AppCompatSpinner