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

76 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.stripe.android.stripe3ds2.views.ThreeDS2HeaderTextView
android:id="@+id/jg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yl"
style="@style/kw"/>
<com.stripe.android.stripe3ds2.views.ThreeDS2TextView
android:id="@+id/jh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yl"
android:drawablePadding="@dimen/yk"
style="@style/kz"/>
<com.stripe.android.stripe3ds2.views.ThreeDS2TextView
android:id="@+id/ji"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yl"
android:drawablePadding="@dimen/yk"
style="@style/kz"/>
<FrameLayout
android:id="@+id/jf"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yl"/>
<com.stripe.android.stripe3ds2.views.ThreeDS2Button
android:id="@+id/jk"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yl"
style="@style/ko"/>
<com.stripe.android.stripe3ds2.views.ThreeDS2Button
android:id="@+id/jj"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/kx"/>
<com.stripe.android.stripe3ds2.views.ThreeDS2TextView
android:id="@+id/jo"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/yj"
style="@style/kz"/>
<RadioGroup
android:orientation="vertical"
android:id="@+id/jm"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/yl">
<RadioButton
android:id="@+id/jn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/yj"
android:text="@string/xk"
android:paddingStart="@dimen/yg"
android:paddingEnd="@dimen/yg"
android:layout_marginStart="@dimen/yi"/>
<RadioButton
android:id="@+id/jl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/xj"
android:paddingStart="@dimen/yg"
android:paddingEnd="@dimen/yg"
android:layout_marginStart="@dimen/yi"/>
</RadioGroup>
</merge>