59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
id="@+id/scroll_view"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<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
|
|
gravity="center_vertical"
|
|
orientation="vertical"
|
|
id="@+id/error_no_account"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="100dp">
|
|
<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"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<FrameLayout
|
|
id="@+id/container_stop_cheque_history"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|