411 lines
18 KiB
XML
411 lines
18 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="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/prepaid_layout"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/accounts_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_request_input_for_account"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x2a="0"
|
||
|
style="@style/2132017851"/>
|
||
|
<FrameLayout
|
||
|
id="@+id/fragment_account_source_select"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x29="@+id/accounts_label"/>
|
||
|
<androidx.constraintlayout.widget.Group
|
||
|
id="@+id/request_type_group"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1d="request_type_label, buttons_background, top_buttons_space, new_card_button, replace_card_button, bottom_buttons_space"/>
|
||
|
<TextView
|
||
|
id="@+id/request_type_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/debit_card_request_request_type"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/fragment_account_source_select"
|
||
|
style="@style/2132017851"/>
|
||
|
<View
|
||
|
id="@+id/buttons_background"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0x22="@+id/bottom_buttons_space"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x2a="@+id/top_buttons_space"/>
|
||
|
<androidx.legacy.widget.Space
|
||
|
id="@+id/top_buttons_space"
|
||
|
layout_width="0dp"
|
||
|
layout_height="16dp"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x29="@+id/request_type_label"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/new_card_button"
|
||
|
layout_width="0dp"
|
||
|
text="@string/debit_card_request_new_card"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x25="@+id/replace_card_button"
|
||
|
NOT_FOUND_0x26="2"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/top_buttons_space"
|
||
|
style="@style/2132017543"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/replace_card_button"
|
||
|
layout_width="0dp"
|
||
|
text="@string/debit_card_request_replace_card"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x27="@+id/new_card_button"
|
||
|
NOT_FOUND_0x2a="@+id/new_card_button"
|
||
|
style="@style/2132017543"/>
|
||
|
<androidx.legacy.widget.Space
|
||
|
id="@+id/bottom_buttons_space"
|
||
|
layout_width="0dp"
|
||
|
layout_height="16dp"
|
||
|
NOT_FOUND_0x29="@+id/new_card_button"/>
|
||
|
<androidx.constraintlayout.widget.Group
|
||
|
id="@+id/existing_debit_cards_group"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1d="replace_label, debit_card_spinner"/>
|
||
|
<TextView
|
||
|
id="@+id/replace_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/debit_card_request_replace_label"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/bottom_buttons_space"
|
||
|
style="@style/2132017851"/>
|
||
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
||
|
id="@+id/debit_card_spinner"
|
||
|
background="#ffffff"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x20="@string/debit_card_request_please_select_debit_card"
|
||
|
NOT_FOUND_0x21="@string/debit_card_request_existing_debit_card_number"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/replace_label"/>
|
||
|
<androidx.constraintlayout.widget.Group
|
||
|
id="@+id/select_prepaid_type_section"
|
||
|
visibility="visible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1d="select_label, annualFeeSection, issuingFeeSection, deliveryFeeSection"/>
|
||
|
<TextView
|
||
|
id="@+id/select_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_request_input_select_prepaid_card_type"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/debit_card_spinner"
|
||
|
style="@style/2132017851"/>
|
||
|
<androidx.viewpager.widget.ViewPager
|
||
|
id="@+id/cardViewPager"
|
||
|
clipToPadding="false"
|
||
|
layout_width="0dp"
|
||
|
layout_height="223dp"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/select_label"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/no_debit_card_available"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
clipToPadding="false"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
paddingStart="32dp"
|
||
|
paddingEnd="32dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/cardViewPager">
|
||
|
<ImageView
|
||
|
id="@+id/ic_error_triangle"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
src="@drawable/ic_exclamation_triangle_error"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x2a="0"/>
|
||
|
<TextView
|
||
|
id="@+id/no_debit_card_error_msg"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/debit_card_request_no_debit_card_error_title"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/ic_error_triangle"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/error_description"
|
||
|
paddingBottom="18dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/debit_card_request_no_debit_card_error_description"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/no_debit_card_error_msg"
|
||
|
style="@style/2132017666"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/indicator"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x1b="@drawable/circle_indicator_purple"
|
||
|
NOT_FOUND_0x1c="@drawable/circle_indicator"
|
||
|
NOT_FOUND_0x29="@+id/no_debit_card_available"
|
||
|
NOT_FOUND_0x2b="0dp"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
||
|
id="@+id/annualFeeSection"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x1f="@string/prepaid_request_input_annual_fee"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/indicator"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
||
|
id="@+id/issuingFeeSection"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1f="@string/prepaid_request_input_issuing_fee"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/annualFeeSection"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
||
|
id="@+id/deliveryFeeSection"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1e="false"
|
||
|
NOT_FOUND_0x1f="@string/prepaid_request_input_delivery_fee"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/issuingFeeSection"/>
|
||
|
<View
|
||
|
id="@+id/itemDividerTop"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
NOT_FOUND_0x29="@+id/deliveryFeeSection"
|
||
|
style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/mailing_address_title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_request_input_mailing_address"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="0dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/deliveryFeeSection"
|
||
|
style="@style/2132017848"/>
|
||
|
<View
|
||
|
id="@+id/itemDividerMiddle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
NOT_FOUND_0x23="@+id/mailing_address_item_container"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
id="@+id/mailing_address_item_container"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/mailing_address_title">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/mailing_address_tab"
|
||
|
background="@drawable/bg_rounded_rectangle_with_border"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
gravity="start"
|
||
|
id="@+id/mailing_address_text"
|
||
|
padding="16dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="address line 1\10address line 2\10address line 3\10address line 4"
|
||
|
NOT_FOUND_0x18="@dimen/2131166583"
|
||
|
NOT_FOUND_0x19="@dimen/2131166564"
|
||
|
NOT_FOUND_0x1a="@dimen/2131165384"
|
||
|
NOT_FOUND_0x22="0"
|
||
|
NOT_FOUND_0x25="@+id/arrow_icon"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x2a="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<ImageView
|
||
|
id="@+id/arrow_icon"
|
||
|
background="@drawable/black_arrow"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x22="0"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x27="@+id/mailing_address_text"
|
||
|
NOT_FOUND_0x2a="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/itemDividerBottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
NOT_FOUND_0x29="@+id/mailing_address_item_container"
|
||
|
style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/terms_and_conditions_tv"
|
||
|
visibility="visible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/debit_card_request_terms_and_conditions"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/mailing_address_item_container"
|
||
|
style="@style/2132017851"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/checkbox_background"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/terms_and_conditions_tv">
|
||
|
<CheckBox
|
||
|
gravity="top"
|
||
|
id="@+id/terms_and_conditions_cb"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017844"/>
|
||
|
</LinearLayout>
|
||
|
<androidx.constraintlayout.widget.Group
|
||
|
id="@+id/terms_and_conditions"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x1d="checkbox_background, terms_and_conditions_tv"/>
|
||
|
<TextView
|
||
|
id="@+id/sale_sheet_tv"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/debit_card_request_view_sales_sheet"
|
||
|
textAlignment="center"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/checkbox_background"
|
||
|
style="@style/2132017970"/>
|
||
|
<TextView
|
||
|
id="@+id/additional_info"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_request_input_remark"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/sale_sheet_tv"
|
||
|
style="@style/2132017844"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_basic_account_remark"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/additional_info"
|
||
|
style="@style/2132017844"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/reviewButton"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/prepaid_request_input_review"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x22="0"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="@+id/tv_basic_account_remark"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<include
|
||
|
id="@+id/layout_empty_state"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x24="0"
|
||
|
NOT_FOUND_0x28="0"
|
||
|
NOT_FOUND_0x29="0"
|
||
|
NOT_FOUND_0x2a="0"
|
||
|
layout="@layout/2131560115"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|