10 lines
483 B
XML
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" />
|