上拉更新,下拉刷新
第三方控件 :https://github.com/scwang90/SmartRefreshLayout 首先添加依赖 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //布局 <com.scwang.smartrefresh.layout.SmartRefreshLayout android:layout_below ="@id/include" android:id="@+id/srl_layout" android:layout_width="match_parent" android:layout_height="match_parent" app:srlEnableAutoLoadMore="false"> //下拉刷新 <com.scwang.smartrefresh.layout.header.ClassicsHeader app:srlTextRelease="@string/Refresh" android:layout_width="match_parent" android:layout_height="wrap_content" /> <androidx.recyclerview.widget.RecyclerView android:scrollbars="none"