summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
blob: 588e1404d3ae4fad5d3143a2c71cbca1ce63f4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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">
    <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
        <ListView android:layout_weight="1" 
        android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/headlines"></ListView>
    </LinearLayout>

    </FrameLayout>