<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:tools="http://schemas.android.com/tools"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             tools:context="com.sharefaith.thesharefaithapp.ui.SFWatchSermonFragment">

    <!-- TODO: Update blank fragment layout -->

    <WebView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/watchSermonWebView"
        android:layout_gravity="center"
        android:visibility="visible"/>

    <VideoView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/watchSermonVideoView"
        android:layout_gravity="center"
        android:visibility="gone"/>

</FrameLayout>
