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

40 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.stripe.android.stripe3ds2.views.BrandZoneView
android:gravity="center"
android:orientation="horizontal"
android:id="@+id/gb"
android:layout_width="match_parent"
android:layout_height="@dimen/ye"
android:accessibilityTraversalBefore="@+id/gc"/>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/ym"
style="@style/kp"/>
<com.stripe.android.stripe3ds2.views.ChallengeZoneView
android:orientation="vertical"
android:id="@+id/gc"
android:padding="@dimen/yf"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:accessibilityTraversalBefore="@+id/gd"
android:accessibilityTraversalAfter="@+id/gb"/>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/ym"
style="@style/kp"/>
<com.stripe.android.stripe3ds2.views.InformationZoneView
android:id="@+id/gd"
android:padding="@dimen/yf"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:accessibilityTraversalAfter="@+id/gc"/>
</LinearLayout>
</ScrollView>