mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 19:45:09 +01:00
12 lines
604 B
XML
12 lines
604 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView android:id="@+id/catalogue_recycler"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/Theme.Widget.GridView.Catalogue"
|
|
android:layout_width="match_parent"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
android:layout_height="match_parent"
|
|
android:columnWidth="120dp"
|
|
android:clipToPadding="false"
|
|
tools:listitem="@layout/manga_grid_item"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" /> |