Files
2026-04-05 01:00:07 -05:00

63 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.google.android.material.card.MaterialCardView
android:id="@+id/hw"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.stripe.android.view.CardMultilineWidget
android:id="@+id/hv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="0"
app:layout_constraintTop_toTopOf="0"
app:shouldShowPostalCode="false"/>
<com.stripe.android.view.CountryTextInputLayout
android:id="@+id/j6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:countryAutoCompleteStyle="@style/l7"
app:countryItemLayout="@layout/g_"
app:layout_constraintBottom_toTopOf="@+id/j7"
app:layout_constraintEnd_toEndOf="0"
app:layout_constraintStart_toStartOf="0"
app:layout_constraintTop_toBottomOf="@+id/hv"
style="@style/l8"/>
<View
android:id="@+id/j7"
android:background="@color/yu"
android:layout_width="match_parent"
android:layout_height="1dp"
app:layout_constraintBottom_toTopOf="@+id/z_"
app:layout_constraintTop_toBottomOf="@+id/j6"/>
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/z_"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/xu"
app:layout_constraintEnd_toEndOf="0"
app:layout_constraintStart_toStartOf="0"
app:layout_constraintTop_toBottomOf="@+id/j7"
style="@style/l_">
<com.stripe.android.view.PostalCodeEditText
android:id="@+id/z9"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPostalAddress"
style="@style/l9"/>
</com.google.android.material.textfield.TextInputLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.card.MaterialCardView>
<TextView
android:id="@+id/mk"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="0"
app:layout_constraintTop_toBottomOf="@+id/z_"
style="@style/l6"/>
</merge>