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

162 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView 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"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
orientation="vertical"
id="@+id/fields_container"
background="#ffffff"
padding="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"/>
<TextView
gravity="center_vertical"
id="@+id/account_number"
layout_width="match_parent"
layout_height="24dp"
text="1-2345-6789x-xx-x"
layout_marginStart="16dp"
layout_toEndOf="@+id/account_icon"
style="@style/2132017881"/>
<ImageView
id="@+id/green_arrow"
layout_width="32dp"
layout_height="28dp"
src="@drawable/link_icon"
layout_below="@+id/account_icon"/>
<ImageView
id="@+id/ac_icon"
layout_width="32dp"
layout_height="32dp"
src="@drawable/account_black_icon"
tint="#3a3a3a"
layout_below="@+id/green_arrow"/>
<TextView
gravity="center_vertical"
id="@+id/linked_account_text"
layout_width="match_parent"
layout_height="wrap_content"
text="1-2345-6789x-xx-x"
layout_below="@+id/green_arrow"
layout_marginStart="16dp"
layout_toEndOf="@+id/ac_icon"
style="@style/2132017881"/>
<TextView
gravity="center_vertical"
id="@+id/linked_account_type_text"
layout_width="match_parent"
layout_height="wrap_content"
text="Savings"
layout_below="@+id/linked_account_text"
layout_marginStart="16dp"
layout_toEndOf="@+id/ac_icon"
style="@style/2132017881"/>
<TextView
gravity="center_vertical"
id="@+id/linked_account_nickname_text"
layout_width="match_parent"
layout_height="wrap_content"
text="My budget"
layout_below="@+id/linked_account_type_text"
layout_marginStart="16dp"
layout_toEndOf="@+id/ac_icon"
style="@style/2132017955"/>
<View
id="@+id/divider"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_below="@+id/linked_account_nickname_text"/>
<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"
style="@style/2132017881"/>
<CheckBox
id="@+id/cb_pay_alert_toggle"
layout_width="wrap_content"
layout_height="wrap_content"
button="@drawable/toggle_checkbox_selector"
layout_above="@+id/tv_request_money"
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"
style="@style/2132017836"/>
<View
id="@+id/divider_bill"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_below="@+id/tv_request_money"/>
<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/divider_bill"
style="@style/2132017881"/>
<CheckBox
id="@+id/cb_bill_alert_toggle"
layout_width="wrap_content"
layout_height="wrap_content"
button="@drawable/toggle_checkbox_selector"
layout_above="@+id/tv_request_bill_money_text"
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"
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
layout_gravity="bottom"
id="@+id/bt_unlink"
background="@drawable/bg_button_red"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="24dp"
text="@string/manage_promptpay_unlink_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>