252 lines
10 KiB
XML
252 lines
10 KiB
XML
|
<?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"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_header"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/background_birdy"
|
||
|
scaleType="centerCrop"
|
||
|
adjustViewBounds="true"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_loan_setup_title"
|
||
|
background="#ffffff"
|
||
|
paddingTop="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
style="@style/2132017884"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_loan_setup_subtitle"
|
||
|
background="#ffffff"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
paddingStart="24dp"
|
||
|
paddingEnd="24dp"
|
||
|
style="@style/2132017927"/>
|
||
|
<View
|
||
|
background="#e4e3e5"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="24dp">
|
||
|
<View
|
||
|
background="@drawable/shape_line_dashed_purple_vertical"
|
||
|
layout_width="6dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0x19="@+id/iv_review_loan_indicator"
|
||
|
NOT_FOUND_0x1f="@+id/iv_verify_email_indicator"
|
||
|
NOT_FOUND_0x20="@+id/iv_verify_email_indicator"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_verify_email_icon"
|
||
|
background="@drawable/loan_setup_icon_01"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
NOT_FOUND_0x18="@+id/tv_verify_email"
|
||
|
NOT_FOUND_0x1b="@+id/iv_verify_email_indicator"
|
||
|
NOT_FOUND_0x1c="0.5"
|
||
|
NOT_FOUND_0x1d="1"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="@+id/tv_verify_email"
|
||
|
NOT_FOUND_0x22="0.5"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_verify_email_checked"
|
||
|
background="@drawable/icon_green_tick"
|
||
|
visibility="gone"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_verify_email_icon"
|
||
|
NOT_FOUND_0x1a="@+id/iv_verify_email_icon"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_verify_email_indicator"
|
||
|
background="@drawable/shape_circle_white_purple_border"
|
||
|
layout_width="12dp"
|
||
|
layout_height="12dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_verify_email_icon"
|
||
|
NOT_FOUND_0x1b="@+id/tv_verify_email"
|
||
|
NOT_FOUND_0x1e="@+id/iv_verify_email_icon"
|
||
|
NOT_FOUND_0x21="@+id/iv_verify_email_icon"/>
|
||
|
<TextView
|
||
|
textSize="22sp"
|
||
|
textColor="#353239"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_verify_email"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
minHeight="48dp"
|
||
|
text="@string/hml_loan_setup_step_1"
|
||
|
NOT_FOUND_0x1a="0"
|
||
|
NOT_FOUND_0x1e="@+id/iv_verify_email_indicator"
|
||
|
NOT_FOUND_0x21="0"
|
||
|
fontPath="fonts/db_heavent_regular.ttf"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_open_account_icon"
|
||
|
background="@drawable/loan_setup_icon_02"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
NOT_FOUND_0x18="@+id/tv_open_account"
|
||
|
NOT_FOUND_0x1b="@+id/iv_open_account_indicator"
|
||
|
NOT_FOUND_0x1c="0.5"
|
||
|
NOT_FOUND_0x1d="1"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="@+id/tv_open_account"
|
||
|
NOT_FOUND_0x22="0.5"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_open_account_checked"
|
||
|
background="@drawable/icon_green_tick"
|
||
|
visibility="gone"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_open_account_icon"
|
||
|
NOT_FOUND_0x1a="@+id/iv_setup_account_icon"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_open_account_indicator"
|
||
|
background="@drawable/shape_circle_white_purple_border"
|
||
|
layout_width="12dp"
|
||
|
layout_height="12dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_open_account_icon"
|
||
|
NOT_FOUND_0x1b="@+id/tv_open_account"
|
||
|
NOT_FOUND_0x1e="@+id/iv_open_account_icon"
|
||
|
NOT_FOUND_0x21="@+id/iv_open_account_icon"/>
|
||
|
<TextView
|
||
|
textSize="22sp"
|
||
|
textColor="#353239"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_open_account"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="48dp"
|
||
|
minHeight="48dp"
|
||
|
text="@string/hml_etb_loan_setup_step_2"
|
||
|
NOT_FOUND_0x1a="0"
|
||
|
NOT_FOUND_0x1e="@+id/iv_open_account_indicator"
|
||
|
NOT_FOUND_0x20="@+id/tv_verify_email"
|
||
|
fontPath="fonts/db_heavent_regular.ttf"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_setup_account_icon"
|
||
|
background="@drawable/loan_setup_icon_03"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
NOT_FOUND_0x18="@+id/tv_setup_account"
|
||
|
NOT_FOUND_0x1b="@+id/iv_setup_account_indicator"
|
||
|
NOT_FOUND_0x1c="0.5"
|
||
|
NOT_FOUND_0x1d="1"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="@+id/tv_setup_account"
|
||
|
NOT_FOUND_0x22="0.5"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_setup_account_checked"
|
||
|
background="@drawable/icon_green_tick"
|
||
|
visibility="gone"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_setup_account_icon"
|
||
|
NOT_FOUND_0x1a="@+id/iv_setup_account_icon"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_setup_account_indicator"
|
||
|
background="@drawable/shape_circle_white_purple_border"
|
||
|
layout_width="12dp"
|
||
|
layout_height="12dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_setup_account_icon"
|
||
|
NOT_FOUND_0x1b="@+id/tv_setup_account"
|
||
|
NOT_FOUND_0x1e="@+id/iv_setup_account_icon"
|
||
|
NOT_FOUND_0x21="@+id/iv_setup_account_icon"/>
|
||
|
<TextView
|
||
|
textSize="22sp"
|
||
|
textColor="#353239"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_setup_account"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="48dp"
|
||
|
minHeight="48dp"
|
||
|
text="@string/hml_etb_loan_setup_step_3"
|
||
|
NOT_FOUND_0x1a="0"
|
||
|
NOT_FOUND_0x1e="@+id/iv_setup_account_indicator"
|
||
|
NOT_FOUND_0x20="@+id/tv_open_account"
|
||
|
fontPath="fonts/db_heavent_regular.ttf"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_review_loan_icon"
|
||
|
background="@drawable/loan_setup_icon_04"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
NOT_FOUND_0x18="@+id/tv_review_loan"
|
||
|
NOT_FOUND_0x1b="@+id/iv_review_loan_indicator"
|
||
|
NOT_FOUND_0x1c="0.5"
|
||
|
NOT_FOUND_0x1d="1"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="@+id/tv_review_loan"
|
||
|
NOT_FOUND_0x22="0.5"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_review_loan_checked"
|
||
|
background="@drawable/icon_green_tick"
|
||
|
visibility="gone"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_review_loan_icon"
|
||
|
NOT_FOUND_0x1a="@+id/iv_review_loan_icon"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_review_loan_indicator"
|
||
|
background="@drawable/shape_circle_white_purple_border"
|
||
|
layout_width="12dp"
|
||
|
layout_height="12dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@+id/iv_review_loan_icon"
|
||
|
NOT_FOUND_0x1b="@+id/tv_review_loan"
|
||
|
NOT_FOUND_0x1e="@+id/iv_review_loan_icon"
|
||
|
NOT_FOUND_0x21="@+id/iv_review_loan_icon"/>
|
||
|
<TextView
|
||
|
textSize="22sp"
|
||
|
textColor="#353239"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_review_loan"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="48dp"
|
||
|
minHeight="48dp"
|
||
|
text="@string/hml_etb_loan_setup_step_4"
|
||
|
NOT_FOUND_0x1a="0"
|
||
|
NOT_FOUND_0x1e="@+id/iv_review_loan_indicator"
|
||
|
NOT_FOUND_0x20="@+id/tv_setup_account"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<Button
|
||
|
id="@+id/btn_loan_setup_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="20dp"
|
||
|
text="@string/hml_loan_setup_next"
|
||
|
style="@style/2132017576"/>
|
||
|
<Button
|
||
|
gravity="center"
|
||
|
id="@+id/btn_loan_setup_home"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/ntb_fillinformation_review_info_return_home"
|
||
|
style="@style/2132017839"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|