244 lines
10 KiB
XML
244 lines
10 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">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_root"
|
|
background="#ffffff"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
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_occupation_information_title"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_job_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ntb_fillinformation_occupation_info_job_title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x21="0"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_job"
|
|
layout_width="0dp"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
hint="@string/select_job_title"
|
|
singleLine="true"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_job_header"
|
|
style="@style/2132017192"/>
|
|
<TextView
|
|
id="@+id/tv_job_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_occupation_job_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/tv_job"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_source_of_income_header"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ntb_fillinformation_occupation_info_source_of_income"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_job_error"
|
|
style="@style/2132017876"/>
|
|
<Spinner
|
|
id="@+id/spn_source_of_income"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
spinnerMode="dropdown"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_source_of_income_header"
|
|
style="@style/2132017687"/>
|
|
<TextView
|
|
id="@+id/tv_source_of_income_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_occupation_source_of_income_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/spn_source_of_income"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_company_name_header"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_occupation_info_company_name"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_source_of_income_error"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_company_name"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
hint="@string/hml_occupation_info_company_name_hint"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_company_name_header"
|
|
style="@style/2132017192"/>
|
|
<TextView
|
|
id="@+id/tv_company_name_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_occupation_company_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/tv_company_name"
|
|
style="@style/2132017856"/>
|
|
<TextView
|
|
id="@+id/tv_work_address_header"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ntb_fillinformation_occupation_info_work_address"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_company_name_error"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_work_address"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
hint="@string/hml_occupation_enter_work_address"
|
|
NOT_FOUND_0x1c="@+id/tv_job_header"
|
|
NOT_FOUND_0x1f="@+id/tv_job_header"
|
|
NOT_FOUND_0x20="@+id/tv_work_address_header"
|
|
style="@style/2132017192"/>
|
|
<TextView
|
|
id="@+id/tv_work_address_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_occupation_work_address_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/tv_work_address"
|
|
style="@style/2132017856"/>
|
|
<com.scb.phone.view.custom.common.CustomPhoneNumberInput
|
|
id="@+id/phone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
imeOptions="actionNext"
|
|
NOT_FOUND_0x16="@string/hml_occupation_enter_work_contact_number"
|
|
NOT_FOUND_0x17="0x3"
|
|
NOT_FOUND_0x18="@string/hml_occupation_work_contact_number"
|
|
NOT_FOUND_0x20="@+id/tv_work_address_error"/>
|
|
<Space
|
|
layout_width="wrap_content"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/tv_work_address_error"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_occupation_experience_title"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/spn_year"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x19="@dimen/2131165481"
|
|
NOT_FOUND_0x1a="@string/hml_occupation_select_year"
|
|
NOT_FOUND_0x1b="@string/hml_occupation_year"
|
|
NOT_FOUND_0x1d="@+id/spn_month"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="0"/>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/spn_month"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x19="@dimen/2131165481"
|
|
NOT_FOUND_0x1a="@string/hml_occupation_select_month"
|
|
NOT_FOUND_0x1b="@string/hml_occupation_month"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1e="@+id/spn_year"
|
|
NOT_FOUND_0x21="0"/>
|
|
<TextView
|
|
id="@+id/tv_experience_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="@string/hml_occupation_experience_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/spn_year"
|
|
style="@style/2132017856"/>
|
|
<Space
|
|
layout_width="wrap_content"
|
|
layout_height="16dp"
|
|
layout_weight="1"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="@+id/tv_experience_error"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/next"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|