<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@id/linearLayout" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <ImageView android:id="@id/imageView" android:paddingLeft="120.0dip" android:paddingBottom="200.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/generic_light_x1" android:contentDescription="@null" />
    <WebView android:id="@id/webView" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>
