183 lines
7.7 KiB
XML
183 lines
7.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
id="@+id/success_view_container"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<ScrollView
|
|
orientation="vertical"
|
|
fitsSystemWindows="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true"
|
|
layout_below="@+id/toolbar">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/title_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/national_id_information_title"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/fields_container"
|
|
background="#ffffff"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_scan_national_id_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/scan_of_national_id_title"
|
|
layout_centerVertical="true"
|
|
style="@style/2132017873"/>
|
|
<ImageView
|
|
id="@+id/icon_scan_id"
|
|
layout_width="36dp"
|
|
layout_height="36dp"
|
|
layout_margin="16dp"
|
|
src="@drawable/icon_plus_circle"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/laser_id_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/laser_id_number_title"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="28dp"
|
|
style="@style/2132017873"/>
|
|
<ImageView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/help_button"
|
|
layout_width="20dp"
|
|
layout_height="20dp"
|
|
src="@drawable/icon_id_questions"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="-20dp"
|
|
layout_toEndOf="@+id/laser_id_title"/>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
layout_gravity="center_vertical"
|
|
orientation="horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="match_parent"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp">
|
|
<EditText
|
|
id="@+id/laser_id_first"
|
|
nextFocusRight="@+id/laser_id_second"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
hint="JC0"
|
|
maxLength="3"
|
|
inputType="textVisiblePassword"
|
|
imeOptions="actionNext"
|
|
style="@style/2132017502"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="-"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017876"/>
|
|
<EditText
|
|
id="@+id/laser_id_second"
|
|
nextFocusRight="@+id/laser_id_third"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
hint="1234567"
|
|
maxLength="7"
|
|
inputType="textVisiblePassword"
|
|
imeOptions="actionNext"
|
|
style="@style/2132017502"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="-"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017876"/>
|
|
<EditText
|
|
id="@+id/laser_id_third"
|
|
nextFocusDown="@+id/date_edit_text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
hint="89"
|
|
maxLength="2"
|
|
inputType="textVisiblePassword"
|
|
imeOptions="actionNext"
|
|
style="@style/2132017502"/>
|
|
</LinearLayout>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/date_of_issue_title"
|
|
style="@style/2132017873"/>
|
|
<com.scb.phone.view.custom.common.DateInputText
|
|
id="@+id/date_edit_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
imeOptions="actionDone"
|
|
nextFocusForward="@+id/space"
|
|
NOT_FOUND_0x22="@string/date_input_error_text"
|
|
NOT_FOUND_0x23="DD/MM/YYYY"/>
|
|
</LinearLayout>
|
|
<androidx.legacy.widget.Space
|
|
id="@+id/space"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
enabled="false"
|
|
layout_gravity="bottom"
|
|
id="@+id/button_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/national_id_next_title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</RelativeLayout>
|