tachiyomi/app/src/main/res/layout/library_grid_recycler.xml

11 lines
482 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-06 18:50:40 +01:00
<eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/library_grid"
style="@style/Theme.Widget.GridView.Catalogue"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-01-06 18:50:40 +01:00
android:clipToPadding="false"
2020-02-22 00:43:50 +01:00
android:columnWidth="140dp"
2017-05-25 12:16:58 +02:00
tools:listitem="@layout/catalogue_grid_item" />