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

151 lines
7.0 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<include layout="@layout/2131559301"/>
<ScrollView
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_fast_pay_payment_method_title"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fastpay_manage_qr_set_preferred_payment_method"
paddingStart="16dp"
style="@style/2132017849"/>
<View style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
layout_width="match_parent"
layout_height="wrap_content"
overScrollMode="never"/>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_fast_pay_setup"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_fast_pay_setting_title"
paddingTop="16dp"
paddingBottom="8dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fastpay_manage_qr_fastpay_setting_title"
paddingStart="16dp"
style="@style/2132017849"/>
<View style="@style/2132018228"/>
<RelativeLayout
id="@+id/layout_fast_pay_setup_fastpay_init_state"
background="#ffffff"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_fast_pay_setup_fastpay_setting_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/fastpay_manage_qr_fastpay_setting_button_text"
style="@style/2132017876"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
layout_alignParentEnd="true"/>
</RelativeLayout>
<RelativeLayout
id="@+id/layout_fast_pay_setup_fastpay_detail"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingEnd="24dp">
<LinearLayout
orientation="horizontal"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="center_vertical"
id="@+id/text_fast_pay_account_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/fastpay_manage_qr_fastpay_setting_account_label"
style="@style/2132017873"/>
<LinearLayout
gravity="end"
layout_gravity="center_vertical"
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<TextView
id="@+id/text_fast_pay_account_name"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="horizontal"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="center_vertical"
id="@+id/text_fast_pay_maximum_limit_per_day_label"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fastpay_manage_qr_fastpay_setting_limit_label"
layout_weight="1"
style="@style/2132017873"/>
<TextView
layout_gravity="center_vertical"
id="@+id/text_fast_pay_maximum_limit_per_day_amount"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
layout_alignParentEnd="true"/>
</RelativeLayout>
<View
layout_marginBottom="16dp"
style="@style/2132018228"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>