mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
10 lines
No EOL
443 B
XML
10 lines
No EOL
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/catalogue_grid"
|
|
style="@style/Theme.Widget.GridView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:columnWidth="140dp"
|
|
tools:listitem="@layout/item_catalogue_grid" /> |