summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
blob: ffcad32cdd8b18f1dee1c8aeaa5f11bb80d7f44b (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8" ?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:id="@+id/headlines_fragment">
    <ListView android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/headlines" android:background="#fafafa"></ListView>
    <TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:layout_height="wrap_content" android:text="@string/no_unread_headlines" android:layout_gravity="center" android:id="@+id/no_unread_headlines"></TextView>

    </FrameLayout>