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

128 lines
5.1 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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<Button
id="@+id/bt_next"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/scbs_onboarding_laser_id_next"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
style="@style/2132017576"/>
<include
id="@+id/toolbar"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1b="0"
layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/bt_next"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="@+id/toolbar">
<TextView
id="@+id/textView7"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/scbs_onboarding_laser_id_national_id_information"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017927"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_digits"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/scbs_onboarding_laser_id_12_digits"
style="@style/2132017836"/>
<RelativeLayout
orientation="horizontal"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
paddingStart="16dp">
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_first"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="74dp"
layout_height="wrap_content"
hint="@string/onboarding_laser_id_first_hint"
maxLength="3"
layout_weight="1"
inputType="textCapCharacters"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017502"/>
<TextView
id="@+id/dash_first"
layout_width="wrap_content"
layout_height="wrap_content"
text="-"
layout_centerVertical="true"
layout_marginStart="8dp"
layout_marginEnd="8dp"
layout_toEndOf="@+id/et_first"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_second"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="132dp"
layout_height="wrap_content"
hint="@string/onboarding_laser_id_second_hint"
maxLength="7"
layout_weight="1"
inputType="textCapCharacters"
paddingStart="16dp"
paddingEnd="16dp"
layout_toEndOf="@+id/dash_first"
style="@style/2132017502"/>
<TextView
id="@+id/dash_second"
layout_width="wrap_content"
layout_height="wrap_content"
text="-"
layout_centerVertical="true"
layout_marginStart="8dp"
layout_marginEnd="8dp"
layout_toEndOf="@+id/et_second"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_third"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="64dp"
layout_height="wrap_content"
hint="@string/onboarding_laser_id_third_hint"
maxLength="2"
layout_weight="1"
inputType="textCapCharacters"
paddingStart="16dp"
paddingEnd="16dp"
layout_toEndOf="@+id/dash_second"
style="@style/2132017502"/>
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>