15 lines
483 B
XML
15 lines
483 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/coach_mark_image_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"
|
||
|
layout_alignParentTop="true"
|
||
|
contentDescription="@null"/>
|
||
|
</RelativeLayout>
|