lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
4k stars 672 forks source link

当item不满一屏时,也可执行loadmore #59

Closed tczyb closed 7 years ago

tczyb commented 7 years ago

当item不满一屏时,也可执行loadmore,能否改成满屏时才可执行?

lcodecorex commented 7 years ago

这个你在代码里控制就好。你提的这个需求不能满足所有人。比如你想要加载15条数据,结果只得到了5条,说明数据加载完了,这个时候你就可以设置禁用加载很多

lcodecorex commented 7 years ago

v1.07版已修复!