17 lines
637 B
XML
17 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout 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.ThreeDS2TextView
|
|
android:id="@+id/tn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:labelFor="@+id/a2v"/>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/a0n"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|