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

76 lines
2.8 KiB
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
gravity="center_horizontal"
orientation="vertical"
background="#4f2a81"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_slip_header"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_header"
scaleType="fitXY"
adjustViewBounds="true"
contentDescription="@null"/>
<LinearLayout
orientation="horizontal"
id="@+id/content"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<ImageView
id="@+id/image_slip_border_left"
layout_width="8dp"
layout_height="match_parent"
src="@drawable/theme_slip_default_border"
scaleType="fitXY"
contentDescription="@null"/>
<RelativeLayout
id="@+id/layout_slip"
background="#ffffff"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<FrameLayout
id="@+id/slip_content"
background="@drawable/slip_bg"
layout_width="match_parent"
layout_height="wrap_content"/>
</RelativeLayout>
<ImageView
id="@+id/image_slip_border_right"
layout_width="8dp"
layout_height="match_parent"
src="@drawable/theme_slip_default_border"
scaleType="fitXY"
contentDescription="@null"/>
</LinearLayout>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_slip_bottom"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_bottom"
scaleType="fitXY"
adjustViewBounds="true"
contentDescription="@null"/>
<ImageView
id="@+id/image_slip_bottom_border"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/theme_slip_default_bottom_border"
scaleType="fitXY"
adjustViewBounds="true"
contentDescription="@null"
layout_marginHorizontal="@dimen/2131165477"/>
</FrameLayout>
</LinearLayout>
</ScrollView>