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

154 lines
5.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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/ndid_select_idp_header"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
style="@style/2132017875"/>
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/idp_spinner"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x10="@string/ndid_select_idp_drop_down_placeholder"
NOT_FOUND_0x11="@string/ndid_select_idp_drop_down_title"
NOT_FOUND_0x17="@+id/tv_header"/>
<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_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/idp_spinner"
style="@style/2132017849"/>
<View
id="@+id/bg_consent"
background="#ffffff"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0x12="@+id/sp_bottom_consent"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="@+id/sp_top_consent"/>
<androidx.legacy.widget.Space
id="@+id/sp_top_consent"
layout_width="wrap_content"
layout_height="16dp"
layout_marginTop="8dp"
NOT_FOUND_0x17="@+id/tv_consent_header"/>
<CheckBox
gravity="top"
id="@+id/cb_consent"
background="#ffffff"
layout_width="0dp"
layout_height="wrap_content"
button="@drawable/terms_checkbox_selector_with_padding"
text="@string/ndid_select_idp_consent_text"
paddingStart="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/sp_top_consent"
style="@style/2132017670"/>
<androidx.legacy.widget.Space
id="@+id/sp_bottom_consent"
layout_width="wrap_content"
layout_height="16dp"
NOT_FOUND_0x17="@+id/cb_consent"/>
<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_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/sp_bottom_consent"
style="@style/2132017849"/>
<View
id="@+id/bg_terms_cond"
background="#ffffff"
visibility="gone"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0x12="@+id/sp_bottom_terms_cond"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="@+id/sp_top_terms_cond"/>
<androidx.legacy.widget.Space
id="@+id/sp_top_terms_cond"
layout_width="wrap_content"
layout_height="16dp"
layout_marginTop="8dp"
NOT_FOUND_0x17="@+id/tv_terms_and_conditions_header"/>
<CheckBox
id="@+id/cb_terms_and_conditions"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
button="@drawable/terms_checkbox_selector_with_padding"
NOT_FOUND_0x16="@+id/cb_consent"
NOT_FOUND_0x17="@+id/sp_top_terms_cond"
style="@style/2132017670"/>
<TextView
id="@+id/tv_agree_terms_condition"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
text="@string/ndid_select_idp_terms_cond_message_left"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="@+id/sp_bottom_terms_cond"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/cb_terms_and_conditions"
NOT_FOUND_0x17="@+id/sp_top_terms_cond"
style="@style/2132017670"/>
<androidx.legacy.widget.Space
id="@+id/sp_bottom_terms_cond"
layout_width="wrap_content"
layout_height="12dp"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/tv_agree_terms_condition"/>
<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_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/bg_terms_cond"
NOT_FOUND_0x19="1"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>