23 lines
732 B
XML
23 lines
732 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#000000"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerVertical="true">
|
|
<ImageView
|
|
id="@+id/close"
|
|
padding="15dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_close_white_24dp"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentEnd="true"/>
|
|
<include
|
|
id="@+id/preview_area"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout="@layout/2131560102"/>
|
|
</RelativeLayout>
|