what-the-bank/resources/res/layout/2131559452.xml

117 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="0">
<TextView
id="@+id/txv_membership_id"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/membership_id"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
style="@style/2132017876"/>
<EditText
textColorHint="#c9c6cd"
id="@+id/edt_membership_id"
background="@drawable/shape_gray_rounded_rectangle"
paddingTop="7dp"
paddingBottom="7dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
hint="@string/example_tg12123"
maxLines="1"
inputType="textCapCharacters"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@+id/txv_membership_id"
style="@style/2132017876"/>
<TextView
textColor="#f05f61"
id="@+id/txv_error_membership_id"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/error_membership_id"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@+id/edt_membership_id"
style="@style/2132017552"/>
<View
id="@+id/divider1"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
NOT_FOUND_0x18="@+id/txv_error_membership_id"/>
<TextView
id="@+id/txv_last_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/five_chars_last_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@+id/divider1"
style="@style/2132017876"/>
<EditText
textColorHint="#c9c6cd"
id="@+id/edt_last_name"
background="@drawable/shape_gray_rounded_rectangle"
paddingTop="7dp"
paddingBottom="7dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
hint="@string/hint_last_name"
maxLines="1"
inputType="textCapCharacters"
paddingStart="16dp"
paddingEnd="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@+id/txv_last_name"
style="@style/2132017876"/>
<TextView
textColor="#f05f61"
id="@+id/txv_error_last_name"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/error_on_last_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@+id/edt_last_name"
style="@style/2132017552"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<com.scb.phone.view.custom.common.DefaultButton
textSize="22sp"
textColor="#ffffff"
id="@+id/btn_review"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="24dp"
layout_marginBottom="24dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x1a="@string/review"
style="@style/2132017959"/>
</androidx.constraintlayout.widget.ConstraintLayout>