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

19 lines
719 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:id="@+id/ee"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/yt">
<com.stripe.android.view.CardMultilineWidget
android:id="@+id/hv"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<com.stripe.android.view.ShippingInfoWidget
android:id="@+id/ff"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="48dp"/>
</LinearLayout>