summaryrefslogtreecommitdiff
path: root/res/layout/headlines.xml
blob: a0a67ac15753a763b4ca73c103cf83631a80d3a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/headlines"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <FrameLayout
        android:id="@+id/headlines_fragment"
        android:background="?smallScreenBackground"
        android:layout_width="match_parent"
        android:layout_height="match_parent" >
    </FrameLayout>

</LinearLayout>