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

113 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
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"
id="@+id/root_view"
layout_width="match_parent"
layout_height="match_parent">
<TextView
textStyle="bold"
id="@+id/tv_top_account_lbl"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="12dp"
text="@string/cheque_lbl_from"
layout_centerVertical="true"
layout_marginStart="18dp"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
id="@+id/error_no_account"
background="#ffffff"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/tv_cheque_no_account_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/error_deposit_cheque_no_account"
style="@style/2132017846"/>
<TextView
gravity="center"
id="@+id/tv_cheque_no_account_detail"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/error_deposit_cheque_no_account_detail"
style="@style/2132017916"/>
</LinearLayout>
<FrameLayout
id="@+id/fragment_account_source_select"
tag="@string/order_cheque"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
textStyle="bold"
id="@+id/tv_order_cheque_header"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="12dp"
layout_marginBottom="6dp"
text="@string/order_cheque_input_header"
layout_centerVertical="true"
layout_marginStart="18dp"
style="@style/2132017849"/>
<include
background="#ffffff"
layout_width="match_parent"
layout_height="63dp"
layout="@layout/2131559307"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/order_recycler_view"
background="#ffffff"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/fragment_account_source_select"/>
<TextView
gravity="start"
id="@+id/remaining_limit_text_view"
paddingTop="12dp"
paddingBottom="20dp"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/bill_divider_view"
paddingStart="12dp"
paddingEnd="12dp"
style="@style/2132017849"/>
<TextView
gravity="center"
id="@+id/cardless_withdraw_note"
background="#ffffff"
padding="12dp"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/order_cheque_input_note"
layout_below="@+id/remaining_limit_text_view"
lineSpacingMultiplier="0.8"
style="@style/2132017849"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<Button
id="@+id/btn_order_cheque_review"
layout_width="match_parent"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/review"
layout_alignParentBottom="true"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017576"/>
</LinearLayout>