2020-11-28 07:20:58 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-02-18 02:36:16 +00:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-11-28 07:20:58 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<com.github.jdsjlzx.recyclerview.LRecyclerView
|
|
|
|
android:id="@+id/recyclerView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingBottom="@dimen/bar_height"></com.github.jdsjlzx.recyclerview.LRecyclerView>
|
|
|
|
|
|
|
|
|
2021-02-18 02:36:16 +00:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|