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

122 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/back_image"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_arrow_back_white_24dp"/>
<ScrollView
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
id="@+id/header_image"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="70dp"
src="@drawable/scb_white"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp">
<TextView
gravity="center"
id="@+id/tv_header"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/juristic_onboarding_title"
NOT_FOUND_0x1b="0"
style="@style/2132017900"/>
<TextView
gravity="center"
id="@+id/tv_ref_id"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/juristic_ref_id"
NOT_FOUND_0x1a="@+id/tv_header"
style="@style/2132017658"/>
<com.scb.phone.view.custom.common.ClearableOutLineEditText
id="@+id/et_registration_no"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
lines="1"
inputType="number"
imeOptions="actionNext"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="@drawable/shape_transparent_white_rounded_rectangle"
NOT_FOUND_0x15="@string/juristic_error_input_invalid"
NOT_FOUND_0x16="@drawable/shape_transparent_red_rounded_rectangle"
NOT_FOUND_0x17="@string/juristic_hint_registration_no"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="@+id/tv_ref_id"
NOT_FOUND_0x1c="@integer/2131427365"/>
<com.scb.phone.view.custom.common.ClearableOutLineEditText
id="@+id/et_pin"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
lines="1"
inputType="number"
imeOptions="actionDone"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="@drawable/shape_transparent_white_rounded_rectangle"
NOT_FOUND_0x15="@string/juristic_error_input_invalid"
NOT_FOUND_0x16="@drawable/shape_transparent_red_rounded_rectangle"
NOT_FOUND_0x17="@string/juristic_hint_starting_pin"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="@+id/et_registration_no"/>
<TextView
gravity="center"
id="@+id/tv_remark"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/juristic_onboarding_error_description"
layout_marginStart="40dp"
layout_marginEnd="40dp"
NOT_FOUND_0x1a="@+id/et_pin"
style="@style/2132017658"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.legacy.widget.Space
id="@+id/space"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<TextView
gravity="center"
id="@+id/tv_resend_starting_pin"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/juristic_resend_starting_pin"
NOT_FOUND_0x1a="@+id/et_pin"
style="@style/2132017992"/>
<Button
layout_gravity="center_horizontal"
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/ekyc_next_button_text"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>
</LinearLayout>