page_layout_smartrefreshlayout.xml 478 Bytes
<?xml version="1.0" encoding="utf-8"?>
<com.wd.foundation.wdkit.view.CustomSmartRefreshLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:srlEnableFooterFollowWhenNoMoreData="true"
    app:srlEnableAutoLoadMore="true"
    app:srlReboundDuration="400"
    app:srlHeaderMaxDragRate="2"
    app:srlDragRate="1"
    />