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

47 lines
1.4 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="32dp"
paddingBottom="32dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/slip_header"
contentDescription="@null"/>
</LinearLayout>
<RelativeLayout
orientation="vertical"
id="@+id/layout_slip"
background="#ffffff"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp">
<include layout="@layout/2131558864"/>
</RelativeLayout>
<ImageView
id="@+id/end_slip"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_bottom_border"
scaleType="fitXY"
layout_below="@+id/layout_slip"
contentDescription="@null"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
<View
layout_width="match_parent"
layout_height="48dp"/>
</LinearLayout>