405 lines
16 KiB
XML
405 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView 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"
|
|
fillViewport="true">
|
|
<RelativeLayout
|
|
id="@+id/rl_root"
|
|
background="#ffffff"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.ProgressStateBar
|
|
orientation="horizontal"
|
|
id="@+id/psb_breadcrumbs"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentTop="true"/>
|
|
<TextView
|
|
id="@+id/tv_step_header"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_info_2_step"
|
|
layout_below="@+id/psb_breadcrumbs"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/vw_header_separator"
|
|
layout_below="@+id/tv_step_header"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
id="@+id/tv_business_industry"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_business_industry"
|
|
layout_below="@+id/vw_header_separator"
|
|
paddingStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_business_industry"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_question_mark"
|
|
layout_below="@+id/tv_step_header"
|
|
layout_alignTop="@+id/tv_business_industry"
|
|
layout_alignBottom="@+id/tv_business_industry"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/tv_business_industry"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_business_selector"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
hint="@string/hml_business_info_2_business_industry_hint"
|
|
singleLine="true"
|
|
layout_below="@+id/tv_business_industry"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017192"/>
|
|
<TextView
|
|
id="@+id/tv_business_selector_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_business_industry_error"
|
|
layout_below="@+id/tv_business_selector"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_business_type"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_business_type"
|
|
layout_below="@+id/tv_business_selector_error"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.common.CustomAcceptDeclineButtons
|
|
id="@+id/bt_juristic"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/tv_business_type"/>
|
|
<TextView
|
|
id="@+id/tv_business_type_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_business_type_error"
|
|
layout_below="@+id/bt_juristic"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<Space
|
|
id="@+id/sp_business_type"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_business_type_error"/>
|
|
<TextView
|
|
id="@+id/tv_store_type"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_info_2_store_type"
|
|
layout_below="@+id/sp_business_type"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_store"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_question_mark"
|
|
layout_alignTop="@+id/tv_store_type"
|
|
layout_alignBottom="@+id/tv_store_type"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/tv_store_type"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_physical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
text="@string/hml_business_info_2_store_type_physical"
|
|
includeFontPadding="false"
|
|
layout_below="@+id/iv_store"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017836"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_website"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
text="@string/hml_business_info_2_store_type_website"
|
|
includeFontPadding="false"
|
|
layout_below="@+id/cb_physical"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017836"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_marketplace"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
text="@string/hml_business_info_2_store_type_marketplace"
|
|
includeFontPadding="false"
|
|
layout_below="@+id/cb_website"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
id="@+id/tv_store_type_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_store_type_error"
|
|
layout_below="@+id/cb_marketplace"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/ll_loan_purpose"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_below="@+id/tv_store_type_error">
|
|
<TextView
|
|
id="@+id/tv_loan_purpose"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_info_2_loan_purpose"
|
|
layout_weight="1"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_loan"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
src="@drawable/ic_question_mark"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="16dp"/>
|
|
</LinearLayout>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_expansion"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
text="@string/hml_business_info_2_loan_purpose_business"
|
|
includeFontPadding="false"
|
|
layout_below="@+id/ll_loan_purpose"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017836"/>
|
|
<CheckBox
|
|
gravity="top"
|
|
id="@+id/cb_capital"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
button="@drawable/terms_checkbox_selector_with_padding"
|
|
text="@string/hml_business_info_2_loan_purpose_capital"
|
|
includeFontPadding="false"
|
|
layout_below="@+id/cb_expansion"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
id="@+id/tv_loan_purpose_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_loan_purpose_error"
|
|
layout_below="@+id/cb_capital"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_business_income_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_info_2_business_income_title"
|
|
layout_below="@+id/tv_loan_purpose_error"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_monthly_income"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_monthly_income"
|
|
layout_below="@+id/tv_business_income_header"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_monthly_income_about"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_question_mark"
|
|
layout_alignTop="@+id/tv_monthly_income"
|
|
layout_alignBottom="@+id/tv_monthly_income"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/tv_monthly_income"/>
|
|
<com.scb.phone.view.custom.common.CustomEditText
|
|
textColorHint="#959199"
|
|
id="@+id/input_income"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
hint="@string/hml_business_info_2_monthly_income_hint"
|
|
maxLength="40"
|
|
layout_below="@+id/tv_monthly_income"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_net_income_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_monthly_income_error"
|
|
layout_below="@+id/input_income"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/income_spinner"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="8dp"
|
|
layout_below="@+id/tv_net_income_error"
|
|
NOT_FOUND_0x26="@string/hml_business_info_2_source_of_income_hint"
|
|
NOT_FOUND_0x27="@string/hml_business_info_2_source_of_income_title"/>
|
|
<TextView
|
|
id="@+id/tv_source_income_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_source_of_income_error"
|
|
layout_below="@+id/income_spinner"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_bank_account_header"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_business_info_2_bank_account_title"
|
|
layout_below="@+id/tv_source_income_error"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_disclaimer_text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_bank_account_description"
|
|
layout_below="@+id/tv_bank_account_header"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/tv_operating_account"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_business_info_2_bank_account"
|
|
layout_below="@+id/tv_disclaimer_text"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_operating_selector"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
hint="@string/hml_business_info_2_bank_account_hint"
|
|
singleLine="true"
|
|
layout_below="@+id/tv_operating_account"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017192"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_bank_accounts"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/tv_operating_account"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"/>
|
|
<TextView
|
|
id="@+id/tv_bank_account_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_business_info_2_bank_account_error"
|
|
layout_below="@+id/rv_bank_accounts"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017856"/>
|
|
<RelativeLayout
|
|
id="@+id/add_link_container"
|
|
background="#f5f3f6"
|
|
paddingTop="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/tv_bank_account_error"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_add_account"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_info_2_add_more_accounts"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017967"/>
|
|
</RelativeLayout>
|
|
<FrameLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/add_link_container">
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/next"
|
|
style="@style/2132017576"/>
|
|
</FrameLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|