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

12 lines
541 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/recycler"
style="@style/Theme.Widget.GridView.Catalogue"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bottom_sheet_rounded_background"
android:clipToPadding="false"
android:columnWidth="140dp"
tools:listitem="@layout/manga_grid_item" />