34 lines
1.2 KiB
XML
34 lines
1.2 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="wrap_content">
|
|
<RelativeLayout
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/stop_cheque_label"
|
|
layout_alignParentLeft="true"
|
|
layout_marginEnd="16dp"
|
|
layout_toStartOf="@+id/tv_stop_cheque_no"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/tv_stop_cheque_no"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentRight="true"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_stop_cheque_date"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_stop_cheque_no"
|
|
layout_alignParentRight="true"
|
|
style="@style/2132017916"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|