mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
14 lines
439 B
XML
14 lines
439 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.fragment.SourceFragment">
|
||
|
|
||
|
|
||
|
<ListView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:id="@+id/catalogue_list" />
|
||
|
|
||
|
</LinearLayout>
|