551 lines
23 KiB
XML
551 lines
23 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">
|
|
<include layout="@layout/2131559376"/>
|
|
<ScrollView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
fillViewport="true">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_header_step"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_step_1"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_request_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_requested_loan"
|
|
layout_below="@+id/tv_header_step"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_requested_loan"
|
|
layout_below="@+id/tv_request_label"
|
|
style="@style/2132017580"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_repayment_amount_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_repayment_label"
|
|
layout_below="@+id/tv_requested_loan"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_repayment_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_repayment_amount_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017879"/>
|
|
<View
|
|
id="@+id/vw_separator_repayment_amount"
|
|
layout_width="match_parent"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_repayment_amount"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_duration_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_repayment_term_label"
|
|
layout_below="@+id/vw_separator_repayment_amount"
|
|
layout_alignParentLeft="true"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/tv_duration"
|
|
layout_alignParentStart="true"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
layout_gravity="end"
|
|
id="@+id/tv_duration"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/vw_separator_repayment_amount"
|
|
layout_alignBaseline="@+id/tv_duration_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_duration_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/tv_duration_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017920"/>
|
|
<View
|
|
id="@+id/vw_separator_duration"
|
|
layout_width="match_parent"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_duration_description"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.tierpricing.TierPricingSimplePromotionView
|
|
id="@+id/tpspv_tierpricing_promo"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/vw_separator_duration"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"/>
|
|
<View
|
|
id="@+id/vw_separator_promo"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tpspv_tierpricing_promo"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_start_payment_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_start_repayment_label"
|
|
layout_below="@+id/vw_separator_promo"
|
|
layout_alignParentLeft="true"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/tv_start_payment"
|
|
layout_alignParentStart="true"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_start_payment"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/vw_separator_promo"
|
|
layout_alignBaseline="@+id/tv_start_payment_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_start_payment_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/hml_business_owner_review_start_repayment_description"
|
|
layout_below="@+id/tv_start_payment_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017920"/>
|
|
<View
|
|
id="@+id/vw_separator_duty"
|
|
layout_width="match_parent"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_start_payment_description"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
id="@+id/tv_duty_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_below="@+id/vw_separator_duty"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_duty_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_duty_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017920"/>
|
|
<TextView
|
|
id="@+id/tv_personal_info_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_personal_information"
|
|
layout_below="@+id/tv_duty_description"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_name_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_personal_information_name"
|
|
layout_below="@+id/tv_personal_info_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_name_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017924"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/education_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_name">
|
|
<androidx.constraintlayout.widget.Guideline
|
|
orientation="vertical"
|
|
id="@+id/vertical_guideline"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1d="0.5"/>
|
|
<TextView
|
|
id="@+id/tv_education_label"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_owner_review_personal_information_education"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="@+id/tv_education"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="0"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_education"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
textAlignment="textEnd"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1e="1"
|
|
NOT_FOUND_0x1f="@+id/vertical_guideline"
|
|
NOT_FOUND_0x20="0"
|
|
style="@style/2132017924"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_residential_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_personal_information_residential"
|
|
layout_below="@+id/education_container"
|
|
layout_alignParentLeft="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/tv_residential"
|
|
layout_alignParentStart="true"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_residential"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/education_container"
|
|
layout_alignBaseline="@+id/tv_residential_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_marital_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_personal_information_marital"
|
|
layout_below="@+id/tv_residential_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_marital"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_residential_label"
|
|
layout_alignBaseline="@+id/tv_marital_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
id="@+id/tv_id_info_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_bo_review_submission_id_card_info_header"
|
|
layout_below="@+id/tv_marital"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_laserid_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_bo_review_submission_laser_id_title"
|
|
layout_below="@+id/tv_id_info_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/tv_laserid"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_laserid"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_id_info_header"
|
|
layout_alignBaseline="@+id/tv_laserid_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_expiry_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/hml_business_owner_review_national_id_expiry"
|
|
layout_below="@+id/tv_laserid_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_expiry"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_laserid_label"
|
|
layout_alignBaseline="@+id/tv_expiry_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
id="@+id/tv_spouse_info_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_spouse_information"
|
|
layout_below="@+id/tv_expiry_label"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_spouse_name_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_spouse_information_name"
|
|
layout_below="@+id/tv_spouse_info_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_spouse_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_spouse_name_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_spouse_id_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/auto_bo_review_submission_id_card_title"
|
|
layout_below="@+id/tv_spouse_name"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_spouse_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_spouse_name"
|
|
layout_alignBaseline="@+id/tv_spouse_id_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
id="@+id/tv_contact_info_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_contact_information"
|
|
layout_below="@+id/tv_spouse_id_label"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_mobile_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_contact_information_mobile"
|
|
layout_below="@+id/tv_contact_info_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_mobile"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_mobile_label"
|
|
layout_alignBaseline="@+id/tv_mobile_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_email_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_contact_information_email"
|
|
layout_below="@+id/tv_mobile_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_email"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_email_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_address_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_contact_information_address"
|
|
layout_below="@+id/tv_email"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_address_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017924"/>
|
|
<TextView
|
|
id="@+id/tv_profession_info_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_review_profession_information"
|
|
layout_below="@+id/tv_address"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="start"
|
|
id="@+id/tv_profession_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_owner_review_profession"
|
|
layout_below="@+id/tv_profession_info_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_profession"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/tv_profession_info_header"
|
|
layout_alignBaseline="@+id/tv_profession_label"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<FrameLayout
|
|
id="@+id/button_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_profession"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
gravity="center"
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/auto_bo_review_submission_continue"
|
|
style="@style/2132017576"/>
|
|
</FrameLayout>
|
|
</RelativeLayout>
|
|
</ScrollView>
|
|
</LinearLayout>
|