mihon/app/src/main/res/layout/fragment_source.xml
2015-11-14 17:10:55 +01:00

13 lines
440 B
XML

<LinearLayout 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="eu.kanade.mangafeed.ui.catalogue.SourceFragment">
<ListView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/catalogue_list" />
</LinearLayout>