140 lines
5.5 KiB
XML
140 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
fitsSystemWindows="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/account_icon"
|
|
padding="2dp"
|
|
layout_width="32dp"
|
|
layout_height="32dp"
|
|
src="@drawable/ic_cid"
|
|
tint="#3a3a3a"
|
|
layout_marginStart="16dp"/>
|
|
<TextView
|
|
gravity="center_vertical"
|
|
id="@+id/account_number"
|
|
layout_width="match_parent"
|
|
layout_height="32dp"
|
|
layout_marginStart="16dp"
|
|
layout_toEndOf="@+id/account_icon"
|
|
style="@style/2132017881"/>
|
|
<ImageView
|
|
id="@+id/green_arrow"
|
|
layout_width="32dp"
|
|
layout_height="28dp"
|
|
layout_marginTop="6dp"
|
|
layout_marginBottom="6dp"
|
|
src="@drawable/link_icon"
|
|
layout_below="@+id/account_icon"
|
|
layout_marginStart="16dp"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_accounts"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/green_arrow"/>
|
|
<View
|
|
id="@+id/divider"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"
|
|
layout_below="@+id/rv_accounts"
|
|
layout_marginStart="16dp"/>
|
|
<TextView
|
|
id="@+id/tv_request_money_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="13dp"
|
|
text="@string/manage_promptpay_pay_alert_title"
|
|
layout_below="@+id/divider"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017881"/>
|
|
<CheckBox
|
|
id="@+id/cb_request_money_toggle"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
checked="true"
|
|
button="@drawable/toggle_checkbox_selector"
|
|
layout_above="@+id/tv_request_money"
|
|
layout_marginEnd="24dp"
|
|
layout_alignParentEnd="true"/>
|
|
<TextView
|
|
textColor="#736e78"
|
|
id="@+id/tv_request_money"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
text="@string/manage_promptpay_pay_alert_message"
|
|
layout_below="@+id/tv_request_money_title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
id="@+id/tv_request_bill_money_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="13dp"
|
|
text="@string/manage_promptpay_bill_alert_title"
|
|
layout_below="@+id/tv_request_money"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017881"/>
|
|
<CheckBox
|
|
id="@+id/cb_request_bill_money_toggle"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
checked="true"
|
|
button="@drawable/toggle_checkbox_selector"
|
|
layout_above="@+id/tv_request_bill_money_text"
|
|
layout_marginEnd="24dp"
|
|
layout_alignParentEnd="true"/>
|
|
<TextView
|
|
textColor="#736e78"
|
|
id="@+id/tv_request_bill_money_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
text="@string/manage_promptpay_bill_alert_message"
|
|
layout_below="@+id/tv_request_bill_money_title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017836"/>
|
|
</RelativeLayout>
|
|
<androidx.legacy.widget.Space
|
|
id="@+id/space"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
enabled="false"
|
|
layout_gravity="bottom"
|
|
id="@+id/bt_link"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/manage_promptpay_link_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|