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

75 lines
3.0 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"
id="@+id/ll_layout_addition_document_scb_account"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="@string/addition_document_scb_account_header"/>
<TextView
id="@+id/content_msg"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/addition_document_scb_account_instruction"
style="@style/2132017674"/>
<RadioGroup
id="@+id/radio_group_scb_account"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_not_use_scb"
text="@string/addition_document_scb_account_no_account"
NOT_FOUND_0x10="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_use_scb"
layout_marginTop="8dp"
text="@string/addition_document_scb_account_has_account"
NOT_FOUND_0x10="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
</RadioGroup>
<com.scb.phone.view.custom.easycash.CustomAccountSelector
id="@+id/account_selector"
background="#ffffff"
paddingBottom="8dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
orientation="horizontal"
id="@+id/layout_bottom"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
enabled="false"
id="@+id/button_next"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="8dp"
text="@string/next"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>