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

29 lines
1006 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
background="#4f2a81"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
src="@drawable/slip_header"
contentDescription="@null"/>
<ImageView
id="@+id/imv_confirmation_slip"
background="@android:color/transparent"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="30dp"
layout_marginBottom="24dp"
contentDescription="@null"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
</LinearLayout>
</ScrollView>