41 lines
1.3 KiB
XML
41 lines
1.3 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
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include
|
|
id="@+id/layout_slip"
|
|
layout="@layout/2131558854"/>
|
|
<ImageView
|
|
id="@+id/end_slip"
|
|
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"/>
|
|
</RelativeLayout>
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="48dp"/>
|
|
</LinearLayout>
|