Open
Description
详细描述
对问题进行清晰而简明的描述,把握问题的关键点。
使用版本
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.0-alpha-1' //核心必须依赖
implementation 'com.scwang.smart:refresh-header-classics:2.0.0-alpha-1' //经典刷新头
布局代码
<com.scwang.smart.refresh.layout.SmartRefreshLayout
android:id="@+id/srl_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:srlDragRate="0.75"
app:srlEnableLoadMore="false"
app:srlEnablePureScrollMode="true"/>
Activity