仿今日头条下拉刷新效果
#1.0版本暂时支持RecyclerView,ScrollView控件,CoordinationLayout控件的下拉刷新
依赖方法
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.Goach.Refresh-master:refreshlayout:1.0.0'
}