diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_feeds.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_feeds.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_feeds.xml b/app/src/main/res/layout/fragment_feeds.xml new file mode 100644 index 0000000..f71eb1e --- /dev/null +++ b/app/src/main/res/layout/fragment_feeds.xml @@ -0,0 +1,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> |