<?xml version="1.0" encoding="utf-8"?>
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:id="@+id/smart_refresh"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<androidx.recyclerview.widget.RecyclerView
|
android:id="@+id/recycler"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
tools:itemCount="1"
|
tools:listitem="@layout/layout_null"/>
|
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
|