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

61 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#4f2a81"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center"
orientation="vertical"
paddingTop="24dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/slip_header"
contentDescription="@null"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/request_slip_header"
style="@style/2132017911"/>
</LinearLayout>
<RelativeLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<include
id="@+id/layout_slip"
layout="@layout/2131558883"/>
<LinearLayout
orientation="horizontal"
id="@+id/rtp_request_note_layout"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/layout_slip">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/request_to_pay_review_note"
textAllCaps="true"
style="@style/2132017871"/>
<TextView
gravity="right"
layout_gravity="end"
id="@+id/rtp_request_note_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
style="@style/2132017876"/>
</LinearLayout>
</RelativeLayout>
<View
layout_width="match_parent"
layout_height="48dp"/>
</LinearLayout>