<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.SFSermonFragment"
             android:paddingTop="15dp">

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

    <GridView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@android:id/list"
        android:clickable="true"
        android:columnWidth="256dp"
        android:listSelector="#00ffffff"
        android:numColumns="auto_fit"
        />

    <TextView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/nothingToSeeSermon"
        android:textColor="#ffffffff"
        android:layout_gravity="center"
        android:gravity="center_vertical|center_horizontal"
        android:visibility="invisible"/>

</FrameLayout>
