what-the-bank/resources/res/layout/2131558931.xml

189 lines
7.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/custom_car_insure_info_section_label"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="@string/car_insurance_info_label_title"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_rounded"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/custom_spinner_add_car_insurance"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/add_car_insurance"
layout="@layout/2131559361"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_insurance_company_section"
paddingTop="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165433">
<TextView
id="@+id/tv_label_insurance_company"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/insurance_company_title_text"
style="@style/2132017876"/>
<LinearLayout
id="@+id/ll_layout_insurance_company"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<TextView
textColorHint="#c9c6cd"
gravity="center"
id="@+id/tv_insurance_company"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="40dp"
hint="@string/insurance_company_title_text"
minLines="1"
layout_marginStart="16dp"
style="@style/2132017876"/>
</LinearLayout>
<TextView
id="@+id/tv_insurance_company_warning"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/insurance_company_warning"
style="@style/2132017998"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_insurance_type_section"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/custom_spinner_insurance_type"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/insurance_type_title_text"
layout="@layout/2131559361"/>
<TextView
id="@+id/tv_insurance_type_warning"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginLeft="16dp"
layout_marginTop="8dp"
layout_marginRight="16dp"
text="@string/insurance_type_warning"
style="@style/2132017998"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_insurance_expiring_date_section"
paddingTop="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165433">
<TextView
id="@+id/tv_label_insurance_expiring_date"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/insurance_expiring_date_title_text"
style="@style/2132017876"/>
<LinearLayout
id="@+id/ll_insurance_expiring_date"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<TextView
textColorHint="#c9c6cd"
gravity="center"
id="@+id/tv_insurance_expiring_date"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="40dp"
minLines="1"
layout_marginStart="16dp"
style="@style/2132017876"/>
</LinearLayout>
<TextView
id="@+id/tv_insurance_expiring_date_warning"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/insurance_expiring_date_warning"
style="@style/2132017998"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_sum_insurance_section"
paddingTop="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165433">
<TextView
id="@+id/tv_sum_insurance_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/sum_insurance_title_text"
style="@style/2132017876"/>
<LinearLayout
id="@+id/ll_sum_insurance_amount"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#c9c6cd"
gravity="start|center_vertical"
id="@+id/amt_et_sum_insurance_amount"
background="@null"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="40dp"
hint="@string/sum_insurance_hint"
inputType="numberDecimal"
imeOptions="actionDone"
layout_marginStart="16dp"
style="@style/2132017876"/>
</LinearLayout>
<TextView
id="@+id/tv_sum_insurance_warning"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/sum_insurance_warning"
style="@style/2132017998"/>
</LinearLayout>
</LinearLayout>
<include layout="@layout/2131558930"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_bottom"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
enabled="false"
id="@+id/btn_next"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="8dp"
text="@string/next"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>