<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.au.MorseCodeEmail.MainActivity"
    tools:ignore="MergeRootFrame"  >

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

</RelativeLayout>
