84 lines
3.4 KiB
XML
84 lines
3.4 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">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layout_account_container"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/receiving_account_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x11="@string/easycash_feature_account_receiving_account_title"/>
|
|
<com.scb.phone.view.custom.easycash.CustomAccountSelector
|
|
id="@+id/account_selector"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
|
|
id="@+id/repay_account_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x11="@string/easycash_feature_account_repay_account_title"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layout_repay_account"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RadioGroup
|
|
orientation="horizontal"
|
|
id="@+id/radio_group_repay_option"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<RadioButton
|
|
layout_gravity="center_vertical"
|
|
id="@+id/rdb_direct_debit"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
checked="true"
|
|
text="@string/easycash_feature_account_direct_debit_option"
|
|
layout_weight="1"
|
|
style="@style/2132017876"/>
|
|
<RadioButton
|
|
layout_gravity="center_vertical"
|
|
id="@+id/rdb_cash"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_feature_account_cash_option"
|
|
layout_weight="1"
|
|
style="@style/2132017876"/>
|
|
</RadioGroup>
|
|
<com.scb.phone.view.custom.easycash.CustomAccountSelector
|
|
id="@+id/account_repay_selector"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<androidx.legacy.widget.Space
|
|
layout_width="match_parent"
|
|
layout_height="8dp"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/textview_disclaimer"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017846"/>
|
|
<Button
|
|
id="@+id/btn_action"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/next"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|