mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
13 lines
440 B
XML
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>
|