
<com.scwang.smart.refresh.layout.SmartRefreshLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@color/transparent"
app:srlDragRate="0.65"
app:srlEnablePureScrollMode="true">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/orderSwipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
implementation 'io.github.scwang90:refresh-layout-kernel:2.0.6'
implementation 'io.github.scwang90:refresh-header-material:2.0.6'
implementation 'io.github.scwang90:refresh-footer-classics:2.0.6'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"