2016-07-30 17:54:32 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-06 12:50:40 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-07-30 17:54:32 -04:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/library_grid"
|
2017-09-23 07:11:39 -04:00
|
|
|
style="@style/Theme.Widget.GridView.Catalogue"
|
2016-07-30 17:54:32 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:columnWidth="140dp"
|
2018-01-06 12:50:40 -05:00
|
|
|
android:clipToPadding="false"
|
2017-05-25 06:16:58 -04:00
|
|
|
tools:listitem="@layout/catalogue_grid_item" />
|