Forgot to remove the layout behavior again, wow

This commit is contained in:
Zakhar Timoshenko
2021-07-29 22:46:09 +03:00
committed by Koitharu
parent 16cc6fb117
commit 256f88cc60

View File

@@ -31,7 +31,6 @@
android:padding="@dimen/grid_spacing"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
app:spanCount="3"
tools:listitem="@layout/item_page_thumb" />