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

12 lines
604 B
XML
Raw Normal View History

2017-01-16 22:18:15 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-03-02 02:44:24 +01:00
<eu.kanade.tachiyomi.widget.AutofitRecyclerView android:id="@+id/catalogue_recycler"
2017-01-16 22:18:15 +01:00
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/Theme.Widget.GridView.Catalogue"
2017-01-16 22:18:15 +01:00
android:layout_width="match_parent"
2020-03-02 02:44:24 +01:00
app:layout_behavior="@string/appbar_scrolling_view_behavior"
2017-01-16 22:18:15 +01:00
android:layout_height="match_parent"
android:columnWidth="120dp"
2018-01-06 18:50:40 +01:00
android:clipToPadding="false"
tools:listitem="@layout/manga_grid_item"
2020-03-02 02:44:24 +01:00
xmlns:app="http://schemas.android.com/apk/res-auto" />