<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:tools="http://schemas.android.com/tools"
             android:layout_width="fill_parent"
             android:layout_height="fill_parent"
             tools:context="com.sharefaith.thesharefaithapp.ui.SFNewsletterFragment"
             android:background="#ff272727"
             android:paddingTop="10dp"
             android:paddingBottom="14dp"
             android:id="@+id/newsletterFrame">

    <ListView
        android:id="@android:id/list"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_marginTop="10dp"
        android:divider="#00ffffff"
        android:listSelector="#00ffffff"/>

    <TextView
        android:id="@android:id/empty"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:layout_marginLeft="20dp"
        android:layout_marginRight="20dp"/>

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

</FrameLayout>
