mihon/app/src/main/res/layout/fragment_source.xml

14 lines
440 B
XML
Raw Normal View History

2015-10-21 11:20:03 -04:00
<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">
2015-10-21 11:20:03 -04:00
<ListView
2015-11-01 16:04:48 -05:00
android:layout_width="match_parent"
2015-10-21 11:20:03 -04:00
android:layout_height="wrap_content"
android:id="@+id/catalogue_list" />
</LinearLayout>