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

21 lines
815 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:id="@+id/pt"
android:paddingTop="2sp"
android:clipToPadding="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:contentDescription="@string/a32">
<com.stripe.android.paymentsheet.ui.PrimaryButton
android:id="@+id/pv"
android:visibility="invisible"
android:layout_width="match_parent"
android:layout_height="@dimen/a07"/>
<com.google.android.gms.wallet.button.PayButton
android:id="@+id/pu"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</RelativeLayout>
</merge>