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

关于加载更多的问题 #1

Closed ydmmocoo closed 8 years ago

ydmmocoo commented 8 years ago

个人觉得加载更多完成后列表应向上滑动一小段距离,不然会给人要上拉两次才会出现新数据的错觉。

lcodecorex commented 8 years ago

好的。没有测试到这种情况,稍后即修复。

lcodecorex commented 8 years ago

已修复,稍后会进行一些优化!

ydmmocoo commented 8 years ago

嗯,试下了新效果可以实现

ydmmocoo commented 8 years ago

RecyclerView没有问题,ListView加载完成后,底部出现白条了

lcodecorex commented 8 years ago

好的。这个是设计上的一些缺陷,正在重构