<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.rjmprogramming.com.au.MainActivity"
    tools:ignore="MergeRootFrame" >

    <fragment
        android:name="com.rjmprogramming.com.au.MainActivity$MyWebViewFragment"
        android:id="@+id/myweb_fragment"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
        tools:layout="@layout/layout_webfragment" />

</RelativeLayout>