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

169 lines
7.2 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">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_image_logo"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_sof"
layout_alignParentTop="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<TextView
id="@+id/tv_text_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/single_form_investment_info_header"
layout_below="@+id/iv_image_logo"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
</RelativeLayout>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/swt_country_source_of_income"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
NOT_FOUND_0x18="@string/single_form_please_select_placeholder"
NOT_FOUND_0x19="@string/auto_single_form_investment_info_country_sof"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
ellipsize="end"
id="@+id/tv_source_of_income_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/single_form_investment_info_source_of_income"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<LinearLayout
layout_gravity="center_horizontal"
orientation="horizontal"
id="@+id/ll_layout_source_of_income_selector"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_source_of_income_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="4dp"
hint="@string/single_form_please_select_placeholder"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<ImageView
layout_gravity="center"
id="@+id/iv_source_of_income_arrow"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
contentDescription="@null"
rotation="-90"
layout_marginEnd="8dp"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
ellipsize="end"
id="@+id/tv_investment_objectives_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/single_form_investment_info_objective_title"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<LinearLayout
layout_gravity="center_horizontal"
id="@+id/ll_layout_investment_objectives_selector"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
textColorHint="?android:attr/textColorHint"
id="@+id/tv_investment_objectives_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="4dp"
hint="@string/single_form_please_select_placeholder"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<ImageView
layout_gravity="center"
id="@+id/iv_investment_objectives_arrow"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
contentDescription="@null"
rotation="-90"
layout_marginEnd="8dp"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<com.scb.phone.view.custom.common.ThaiTextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/single_form_investment_info_footer"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017928"/>
<Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>