Apply bottom inset to RecyclerView

This commit is contained in:
iKirby
2025-02-25 21:18:17 +08:00
committed by GitHub
parent 0576fd75a6
commit 8269893786
3 changed files with 21 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:clipToPadding="false"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:listitem="@layout/view_app_list_item" />