summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds.xml
blob: 34efccec98c12840bf5b34d7537095b89852a288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/main"
    android:fitsSystemWindows="true"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

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

</LinearLayout>