Reformat and some fixes

This commit is contained in:
ztimms73
2021-06-17 10:03:36 +03:00
parent f4f367850e
commit 4ac406aa2d
7 changed files with 23 additions and 21 deletions

View File

@@ -43,6 +43,7 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:padding="@dimen/grid_spacing"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"