631 lines
26 KiB
XML
631 lines
26 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"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_root"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.ProgressStateBar
|
|
orientation="horizontal"
|
|
id="@+id/breadcrumbs_ntb"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_header"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/cs_ntb_title"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2c="@string/hml_personal_info_field"/>
|
|
<TextView
|
|
id="@+id/tv_title_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_field"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/hml_name_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_hml_personal_info_name"
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/etb_personal_info_name"
|
|
paddingStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_hml_personal_info_name_input"
|
|
paddingTop="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
style="@style/2132017925"/>
|
|
<View
|
|
id="@+id/vw_separator"
|
|
background="#c9c6cd"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_personal_info_first_name"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_first_name_hint"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_first_name"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_personal_info_last_name"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_last_name_hint"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_last_name"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_ntb_personal_info_first_name_eng"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_first_name_hint_eng"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_first_name_eng"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_ntb_personal_info_last_name_eng"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_last_name_hint_eng"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_last_name_eng"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_date_of_birth_container"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_personal_info_date_birth"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.common.DateInputText
|
|
id="@+id/cd_hml_ntb_personal_info_birth_date"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
imeOptions="actionDone"
|
|
nextFocusForward="@+id/space"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x2d="@string/hml_personal_info_empty_field"
|
|
NOT_FOUND_0x2e="@string/hml_personal_info_date_hint"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/cs_education_level"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2c="@string/hml_personal_info_education_level"/>
|
|
<TextView
|
|
id="@+id/tv_education_level_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_education_level"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/cs_residential_status"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2c="@string/hml_personal_info_residential_status"/>
|
|
<TextView
|
|
id="@+id/tv_residential_status_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_residential_status"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/cs_marital_status"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2c="@string/hml_personal_info_marital_status"/>
|
|
<TextView
|
|
id="@+id/tv_marital_status_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_marital_status"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_spouse_header"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_business_owner_personal_info_spouse_header"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017876"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomAcceptDeclineButtons
|
|
id="@+id/bts_citizenship"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
id="@+id/tv_marital_footer"
|
|
paddingTop="8dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_owner_personal_info_spouse_toggle_footer"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017693"/>
|
|
<TextView
|
|
id="@+id/tv_marital_error"
|
|
paddingBottom="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_business_owner_personal_info_spouse_toggle_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x30="@+id/tv_profession_footer"
|
|
NOT_FOUND_0x31="@+id/tv_profession_footer"
|
|
NOT_FOUND_0x32="@+id/bts_model_consent"
|
|
style="@style/2132017856"/>
|
|
<View
|
|
id="@+id/spouse_separator"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/civg_marital_first"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_business_owner_personal_info_spouse_first_name_placeholder"
|
|
NOT_FOUND_0x2b="@string/hml_business_owner_personal_info_spouse_first_name_header"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/civg_marital_last"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_business_owner_personal_info_spouse_last_name_placeholder"
|
|
NOT_FOUND_0x2b="@string/hml_business_owner_personal_info_spouse_last_name_header"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/civg_marital_nid"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="false"
|
|
NOT_FOUND_0x28="130"
|
|
NOT_FOUND_0x29="@string/hml_business_owner_personal_info_spouse_nid_placeholder"
|
|
NOT_FOUND_0x2b="@string/auto_bo_spouse_id_card_header"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_bo_id_card_info_header"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<ImageView
|
|
layout_gravity="center"
|
|
id="@+id/ic_national_id"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/national_id_etb_personal_info"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_personal_info_national_id"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x26="true"
|
|
NOT_FOUND_0x28="100"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_national_id_hint"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_national_id"/>
|
|
<TextView
|
|
id="@+id/tv_national_id_expiry_date_title"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_personal_info_date_of_expiry"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017873"/>
|
|
<com.scb.phone.view.custom.common.DateInputText
|
|
id="@+id/cd_national_id_expiry_date"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
imeOptions="actionDone"
|
|
nextFocusForward="@+id/space"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x2e="@string/hml_personal_info_date_hint"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/hml_ntb_national_id_dates_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="16dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_weight="1">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_personal_info_date_of_issue"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017873"/>
|
|
<com.scb.phone.view.custom.common.DateInputWithoutError
|
|
id="@+id/cd_ntb_national_id_issue_date"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
imeOptions="actionDone"
|
|
nextFocusForward="@+id/space"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x2e="@string/hml_personal_info_date_hint"
|
|
NOT_FOUND_0x33="false"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_weight="1">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_personal_info_date_of_expiry"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017873"/>
|
|
<com.scb.phone.view.custom.common.DateInputWithoutError
|
|
id="@+id/cd_ntb_national_id_expiry_date"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
imeOptions="actionDone"
|
|
nextFocusForward="@+id/space"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x2e="@string/hml_personal_info_date_hint"
|
|
NOT_FOUND_0x33="false"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/tv_issue_expiry_date_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_date_of_issue_format_error"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<ImageView
|
|
layout_gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/national_id_back_personal_info"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"/>
|
|
<com.scb.phone.view.custom.common.CustomLaserIdInput
|
|
id="@+id/input_hml_personal_info_laser_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2f="@string/auto_bo_laser_id_header"/>
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_personal_info_contact_info"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<com.scb.phone.view.custom.common.CustomPhoneNumberInput
|
|
id="@+id/input_hml_personal_info_mobile_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_mobile_number_hint"
|
|
NOT_FOUND_0x2a="0x3"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_mobile_number"/>
|
|
<TextView
|
|
id="@+id/tv_hml_personal_info_mobile_number_otp_msg"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_otp_verify"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017920"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/input_hml_personal_info_email_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x28="100"
|
|
NOT_FOUND_0x29="@string/hml_personal_info_email_address_hint"
|
|
NOT_FOUND_0x2b="@string/hml_personal_info_email_address"/>
|
|
<TextView
|
|
id="@+id/tv_email_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/auto_c_personal_info_email_remark"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017920"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/rl_home_address_area"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_home_address_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_personal_info_home_address"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="left"
|
|
id="@+id/rl_layout_home_address"
|
|
background="@drawable/bg_spinner"
|
|
padding="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_home_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="4dp"
|
|
minHeight="40dp"
|
|
hint="@string/hml_personal_info_home_address_hint"
|
|
minLines="1"
|
|
layout_alignTop="@+id/image_home_current"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/image_home_current"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/image_home_current"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/tv_home_address_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_field"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<RelativeLayout
|
|
id="@+id/rl_address_checkbox"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<CheckBox
|
|
id="@+id/cb_address_checkbox"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_mailing_address_msg"
|
|
layout_toEndOf="@+id/cb_address_checkbox"
|
|
style="@style/2132017923"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/tv_work_address_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_personal_info_mailing_address"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="left"
|
|
id="@+id/rl_layout_mailing_address"
|
|
background="@drawable/bg_spinner"
|
|
padding="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_mailing_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="4dp"
|
|
minHeight="40dp"
|
|
hint="@string/hml_personal_info_mailing_address_hint"
|
|
minLines="1"
|
|
layout_alignTop="@+id/image_arrow_current"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/image_arrow_current"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/image_arrow_current"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/tv_mailing_address_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_empty_field"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/section_income"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_income_section"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_personal_info_income"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<ImageView
|
|
layout_gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
src="@drawable/monthly_income"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_income_pay_slip"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017851"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/tv_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_monthly_income"
|
|
style="@style/2132017881"/>
|
|
<ImageView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/iv_about"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_question_mark"
|
|
layout_marginStart="8dp"/>
|
|
</LinearLayout>
|
|
<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="16dp"
|
|
hint="@string/hml_personal_info_monthly_income_hint"
|
|
maxLength="40"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_input_income_error"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_personal_info_monthly_income_empty_error"
|
|
paddingStart="16dp"
|
|
style="@style/2132017856"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp">
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_margin="16dp"
|
|
text="@string/next_button"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|