17 lines
542 B
XML
17 lines
542 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
weightSum="1">
|
||
|
<ImageView
|
||
|
id="@+id/hml_simulator_tutorial_image_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
src="@drawable/hml_business_owner_tutorial_4"
|
||
|
scaleType="fitXY"
|
||
|
contentDescription="@null"/>
|
||
|
</LinearLayout>
|