aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_feeds.xml
blob: f71eb1e29dd8ea432f042af788459bb1d98e13a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="org.rssin.android.FeedsActivity">

    <ListView
        android:id="@+id/feeds_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</RelativeLayout>