284 lines
12 KiB
XML
284 lines
12 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"
|
|
fillViewport="true">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomImageTitleHeader
|
|
id="@+id/custom_header"
|
|
background="#837e87"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x27="@string/single_form_career_info_icon_title"
|
|
NOT_FOUND_0x28="@drawable/ic_occupation"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2b="0"
|
|
NOT_FOUND_0x2d="0">
|
|
<requestFocus/>
|
|
</com.scb.phone.view.custom.investment.onboarding.CustomImageTitleHeader>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_career_info"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2b="0"
|
|
NOT_FOUND_0x2c="@+id/custom_header">
|
|
<TextView
|
|
textColor="#000000"
|
|
id="@+id/tv_occupation"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/career_info_occupation_title"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="start"
|
|
id="@+id/rl_occupation"
|
|
background="@drawable/bg_spinner"
|
|
padding="5dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="start|center_vertical"
|
|
id="@+id/tv_occupation_career_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="40dp"
|
|
hint="@string/single_form_please_select_placeholder"
|
|
lines="1"
|
|
layout_alignTop="@+id/iv_arrow_occupation"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/iv_arrow_occupation"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_arrow_occupation"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
textColor="#000000"
|
|
id="@+id/tv_type_of_business"
|
|
paddingTop="16dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/career_info_type_business_title"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="start"
|
|
id="@+id/rl_type_of_business"
|
|
background="@drawable/bg_spinner"
|
|
padding="5dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="start|center_vertical"
|
|
id="@+id/tv_type_of_business_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="40dp"
|
|
hint="@string/single_form_please_select_placeholder"
|
|
lines="1"
|
|
layout_alignTop="@+id/iv_arrow_business"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/iv_arrow_business"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_arrow_business"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
textColor="#000000"
|
|
id="@+id/tv_type_of_work"
|
|
paddingTop="16dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_single_form_career_info_type_of_work"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="start"
|
|
id="@+id/rl_type_of_work"
|
|
background="@drawable/bg_spinner"
|
|
padding="5dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="start|center_vertical"
|
|
id="@+id/tv_type_of_work_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="40dp"
|
|
hint="@string/single_form_please_select_placeholder"
|
|
lines="1"
|
|
layout_alignTop="@+id/iv_arrow_work"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/iv_arrow_work"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_arrow_work"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/ivg_work_detail"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x22="@integer/2131427346"
|
|
NOT_FOUND_0x23="@string/single_form_personal_info_work_detail_invalid"
|
|
NOT_FOUND_0x24="@string/auto_single_form_career_info_work_details_placeholder"
|
|
NOT_FOUND_0x25="0x5"
|
|
NOT_FOUND_0x26="@string/auto_single_form_career_info_work_details"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/ivg_company_name"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x22="@integer/2131427346"
|
|
NOT_FOUND_0x23="@string/auto_single_form_personal_info_company_name_invalid"
|
|
NOT_FOUND_0x24="@string/career_info_company_name_hint"
|
|
NOT_FOUND_0x25="0x5"
|
|
NOT_FOUND_0x26="@string/auto_single_form_career_info_company_name"/>
|
|
<TextView
|
|
textColor="#000000"
|
|
id="@+id/tv_job_title"
|
|
paddingTop="16dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_single_form_career_info_job_title"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017876"/>
|
|
<RelativeLayout
|
|
layout_gravity="start"
|
|
id="@+id/rl_job_title"
|
|
background="@drawable/bg_spinner"
|
|
padding="5dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
gravity="start|center_vertical"
|
|
id="@+id/tv_job_title_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="40dp"
|
|
hint="@string/single_form_please_select_placeholder"
|
|
lines="1"
|
|
layout_alignTop="@+id/iv_arrow_job_title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/iv_arrow_job_title"
|
|
style="@style/2132017876"/>
|
|
<ImageView
|
|
id="@+id/iv_arrow_job_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_expand_more_black_24dp"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
rotation="-90"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
textColor="#000000"
|
|
id="@+id/tv_monthly_income"
|
|
paddingTop="16dp"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_single_form_career_info_monthly_income"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.common.CustomEditText
|
|
textColorHint="#959199"
|
|
id="@+id/cus_et_monthly_income"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
minHeight="40dp"
|
|
hint="@string/auto_single_form_career_info_monthly_income_placeholder"
|
|
maxLength="13"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
paddingStart="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<Space
|
|
layout_width="wrap_content"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2b="0"
|
|
NOT_FOUND_0x2c="@+id/ivg_monthly_income"/>
|
|
</LinearLayout>
|
|
<Button
|
|
textColor="#ffffff"
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/career_info_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x29="0"
|
|
NOT_FOUND_0x2a="0"
|
|
NOT_FOUND_0x2b="0"
|
|
NOT_FOUND_0x2c="@+id/ll_career_info"
|
|
NOT_FOUND_0x2e="@integer/2131427340"
|
|
style="@style/2132017576"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|