news-android/res/layout/activity_newsreader_list.xml
2013-05-26 14:39:44 +02:00

10 lines
483 B
XML

<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/newsreader_list"
android:name="de.luhmer.owncloudnewsreader.NewsReaderListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
tools:context=".NewsReaderListActivity"
tools:layout="@layout/expandable_list_layout" />