mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:45:06 +01:00
de8cb8c1b0
New category jumper now shows what catergory you're on while scrolling
12 lines
541 B
XML
12 lines
541 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"
|
|
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" />
|