2017-01-16 22:18:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-02 02:44:24 +01:00
|
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView android:id="@+id/catalogue_recycler"
|
2017-01-16 22:18:15 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-09-23 13:11:39 +02:00
|
|
|
style="@style/Theme.Widget.GridView.Catalogue"
|
2017-01-16 22:18:15 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-03-02 02:44:24 +01:00
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
2017-01-16 22:18:15 +01:00
|
|
|
android:layout_height="match_parent"
|
2020-02-29 10:22:54 +01:00
|
|
|
android:columnWidth="120dp"
|
2018-01-06 18:50:40 +01:00
|
|
|
android:clipToPadding="false"
|
2020-04-19 10:33:57 +02:00
|
|
|
tools:listitem="@layout/manga_grid_item"
|
2020-03-02 02:44:24 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" />
|