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

201 lines
8.0 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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_header"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/common_ndid_select_idp_header"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x21="0"
style="@style/2132017875"/>
<TextView
id="@+id/tv_spinner_title"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/common_ndid_select_idp_drop_down_title"
paddingHorizontal="@dimen/2131165495"
NOT_FOUND_0x1c="@+id/spinner_container"
NOT_FOUND_0x20="@+id/tv_header"
style="@style/2132017876"/>
<RelativeLayout
id="@+id/spinner_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x20="@+id/tv_spinner_title">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/idp_spinner"
background="#00000000"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="@string/common_ndid_select_idp_drop_down_placeholder"/>
<RelativeLayout
layout_gravity="center_horizontal"
id="@+id/rl_layout_spinner_mask"
background="@drawable/bg_spinner"
visibility="gone"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
ellipsize="end"
id="@+id/tv_placeholder"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/common_ndid_select_idp_drop_down_placeholder"
maxLines="1"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_marginEnd="8dp"
layout_toStartOf="@+id/iv_spinner_arrow"
style="@style/2132017958"/>
<TextView
ellipsize="end"
id="@+id/tv_selected"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="1"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_marginEnd="8dp"
layout_toStartOf="@+id/iv_spinner_arrow"
style="@style/2132017876"/>
<ImageView
layout_gravity="center"
id="@+id/iv_spinner_arrow"
layout_width="24dp"
layout_height="24dp"
src="@drawable/ic_expand_more_selector_24dp"
layout_centerVertical="true"
layout_marginEnd="8dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
</RelativeLayout>
<TextView
id="@+id/tv_consent_header"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ndid_select_idp_consent_header"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="@+id/spinner_container"
style="@style/2132017849"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_consent"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="@+id/tv_consent_header">
<CheckBox
gravity="top"
id="@+id/cb_consent"
background="#ffffff"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
button="@drawable/terms_checkbox_selector_with_padding"
text="@string/common_ndid_select_idp_consent_text"
paddingStart="16dp"
paddingEnd="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x21="0"
style="@style/2132017670"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
id="@+id/tv_terms_and_conditions_header"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ndid_select_idp_terms_cond_header"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="@+id/cs_consent"
style="@style/2132017849"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_terms_cond"
background="#ffffff"
paddingTop="16dp"
paddingBottom="12dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="@+id/tv_terms_and_conditions_header">
<CheckBox
id="@+id/cb_terms_and_conditions"
layout_width="wrap_content"
layout_height="wrap_content"
button="@drawable/terms_checkbox_selector_with_padding"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x21="0"
style="@style/2132017670"/>
<TextView
id="@+id/tv_agree_terms_condition"
layout_width="0dp"
layout_height="wrap_content"
text="@string/ndid_select_idp_terms_cond_message_left"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="@+id/cs_terms_cond"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1e="@+id/cb_terms_and_conditions"
NOT_FOUND_0x21="@+id/cs_terms_cond"
style="@style/2132017670"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<Button
enabled="false"
id="@+id/bt_next"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1f="0"
NOT_FOUND_0x20="@+id/cs_terms_cond"
NOT_FOUND_0x22="1"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>