根据Maxwin的XListView改造而来,完善下拉刷新上拉加载更多的功能并实现自动刷新以及自动加载等功能, 并增加对ScrollView的支持。 原XListView参考链接:https://github.com/Maxwin-z/XListView-Android
690
stars
322
forks
source link
Fix the unsmooth scroll after setPullLoadEnable(false) issue. #10
Closed
0kai closed 9 years ago
fix this issue:https://github.com/MarkMjw/PullToRefresh/issues/5 problem: setPullLoadEnable(false) when no more item to get, the scroll will unsmooth.