mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 19:25:10 +01:00
e842db3bca
Moved all the display options into a new sheet Fixes to bottom sheet when switching orientations Swipe left or right in single list mode to jump to categories Setting a default sort for categories, based on preference Uniform gird option for confortable and compact grid, default true)
11 lines
478 B
XML
11 lines
478 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"
|
|
style="@style/Theme.Widget.GridView.Catalogue"
|
|
android:id="@+id/recycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:columnWidth="140dp"
|
|
android:clipToPadding="false"
|
|
tools:listitem="@layout/catalogue_grid_item" />
|