<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:background="@color/dh_white"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingLeft="@dimen/dh_horizontal_margin"
        android:paddingRight="@dimen/dh_horizontal_margin">

        <include layout="@layout/dh_nodata_layer" />

    </RelativeLayout>

    <WebView
        android:id="@+id/dh_web"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <ProgressBar
        android:id="@+id/dh_web_pb"
        style="@style/dh_pb_horizontal"/>

</FrameLayout>