103 lines
4.6 KiB
XML
103 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:padding="8dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:baselineAligned="false"
|
|
android:weightSum="2">
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:id="@+id/wd"
|
|
android:nextFocusRight="@+id/md"
|
|
android:nextFocusDown="@+id/md"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/a0y"
|
|
android:layout_weight="1"
|
|
android:nextFocusForward="@+id/md"
|
|
style="@style/x6">
|
|
<com.stripe.android.view.StripeEditText
|
|
android:id="@+id/wc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:imeOptions="actionNext"
|
|
style="@style/kh"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:id="@+id/md"
|
|
android:nextFocusLeft="@+id/wd"
|
|
android:nextFocusRight="@+id/g2"
|
|
android:nextFocusUp="@+id/wd"
|
|
android:nextFocusDown="@+id/g2"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/a0v"
|
|
android:layout_weight="1"
|
|
android:nextFocusForward="@+id/g2"
|
|
style="@style/x6">
|
|
<com.stripe.android.view.EmailEditText
|
|
android:id="@+id/mc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:inputType="textEmailAddress"
|
|
android:imeOptions="actionNext"
|
|
style="@style/kh"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="24dp"
|
|
android:baselineAligned="false"
|
|
android:weightSum="2">
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:id="@+id/g2"
|
|
android:nextFocusLeft="@+id/md"
|
|
android:nextFocusRight="@+id/dk"
|
|
android:nextFocusUp="@+id/md"
|
|
android:nextFocusDown="@+id/dk"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/a0s"
|
|
android:layout_weight="1"
|
|
android:nextFocusForward="@+id/dk"
|
|
style="@style/x6">
|
|
<com.stripe.android.view.BecsDebitBsbEditText
|
|
android:id="@+id/g1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:imeOptions="actionNext"
|
|
android:drawableStart="@drawable/gx"
|
|
style="@style/kh"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:id="@+id/dk"
|
|
android:nextFocusLeft="@+id/g2"
|
|
android:nextFocusUp="@+id/g2"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/a0p"
|
|
android:layout_weight="1"
|
|
style="@style/x6">
|
|
<com.stripe.android.view.BecsDebitAccountNumberEditText
|
|
android:id="@+id/dj"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:imeOptions="actionDone"
|
|
style="@style/kh"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</LinearLayout>
|
|
<com.stripe.android.view.BecsDebitMandateAcceptanceTextView
|
|
android:id="@+id/uf"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
style="@style/ki"/>
|
|
</LinearLayout>
|
|
</merge>
|