2025-12-16 14:44:48 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:id="@+id/recycle_view"
|
|
|
|
|
android:paddingHorizontal="@dimen/dp_12"
|
2025-12-16 15:06:26 +08:00
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:paddingBottom="@dimen/dp_40"
|
2025-12-16 14:44:48 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|