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

117 lines
4.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="30dp">
<TextView
id="@+id/passport_info_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_ekyc_branch_instruction_prepare_doc"
fontPath="fonts/db_heavent_medium.ttf"
style="@style/2132017970"/>
<ImageView
id="@+id/icon_scan_id"
background="@drawable/ic_verify_id"
layout_width="48dp"
layout_height="48dp"
NOT_FOUND_0x10="@+id/text_scan_id"
NOT_FOUND_0x13="@+id/indicator_scan_id"
NOT_FOUND_0x14="0.5"
NOT_FOUND_0x15="1"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="@+id/text_scan_id"
NOT_FOUND_0x1a="0.5"/>
<ImageView
id="@+id/indicator_scan_id"
background="@drawable/shape_circle_cheque_purple"
layout_width="12dp"
layout_height="12dp"
layout_marginStart="14dp"
NOT_FOUND_0x10="@+id/icon_scan_id"
NOT_FOUND_0x13="@+id/text_scan_id"
NOT_FOUND_0x16="@+id/icon_scan_id"
NOT_FOUND_0x19="@+id/icon_scan_id"/>
<TextView
gravity="center_vertical"
id="@+id/text_scan_id"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="18dp"
minHeight="48dp"
text="@string/hml_ntb_ekyc_branch_instruction_first_step"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="@+id/indicator_scan_id"
NOT_FOUND_0x18="@+id/passport_info_title"
fontPath="fonts/db_heavent_regular.ttf"
style="@style/2132017876"/>
<View
background="@drawable/shape_line_dashed_purple_vertical"
layout_width="6dp"
layout_height="0dp"
NOT_FOUND_0x11="@+id/indicator_liveness_check"
NOT_FOUND_0x17="@+id/indicator_scan_id"
NOT_FOUND_0x18="@+id/indicator_scan_id"/>
<ImageView
id="@+id/icon_liveness_check"
background="@drawable/ic_comeback_branch"
layout_width="48dp"
layout_height="48dp"
NOT_FOUND_0x10="@+id/text_liveness_check"
NOT_FOUND_0x13="@+id/indicator_liveness_check"
NOT_FOUND_0x14="0.5"
NOT_FOUND_0x15="1"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="@+id/text_liveness_check"
NOT_FOUND_0x1a="0.5"/>
<ImageView
id="@+id/indicator_liveness_check"
background="@drawable/shape_circle_white_purple_border"
layout_width="12dp"
layout_height="12dp"
layout_marginStart="14dp"
NOT_FOUND_0x10="@+id/icon_liveness_check"
NOT_FOUND_0x13="@+id/text_liveness_check"
NOT_FOUND_0x16="@+id/icon_liveness_check"
NOT_FOUND_0x19="@+id/icon_liveness_check"/>
<TextView
gravity="center_vertical"
id="@+id/text_liveness_check"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="30dp"
minHeight="48dp"
text="@string/hml_ntb_ekyc_branch_instruction_second_step"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="@+id/indicator_liveness_check"
NOT_FOUND_0x18="@+id/text_scan_id"
style="@style/2132017876"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.legacy.widget.Space
id="@+id/space"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
layout_gravity="center_horizontal"
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/ekyc_next_button_text"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>