Files
yusheng-android/MainModule/src/main/res/layout/item_recycleview_task.xml

11 lines
385 B
XML

<?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"
android:clipToPadding="false"
android:paddingBottom="@dimen/dp_40"
android:layout_width="match_parent"
android:layout_height="match_parent" />