51 lines
1.7 KiB
XML
51 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/root_view"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/title_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
paddingStart="18dp"
|
|
paddingEnd="18dp">
|
|
<TextView
|
|
textStyle="bold"
|
|
id="@+id/tv_down_account_lbl"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
text="@string/stop_cheque_input_header"
|
|
layout_centerVertical="true"
|
|
textAllCaps="true"
|
|
style="@style/2132017849"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.CustomProxyNumber
|
|
id="@+id/edit_cheque_no"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/title_header"/>
|
|
<LinearLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/edit_cheque_no"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
layout_gravity="bottom"
|
|
id="@+id/btn_stop_cheque_review"
|
|
layout_width="match_parent"
|
|
layout_marginTop="24dp"
|
|
text="@string/review"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|