news-android/res/layout/activity_newsreader_list.xml

11 lines
483 B
XML
Raw Normal View History

2013-05-26 12:39:44 +00:00
<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" />