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

加载更多完成时 会抖动 我该怎么修改 #37

Closed lizhifeng-sky closed 7 years ago

lcodecorex commented 7 years ago

@lizhifeng-sky 下一版来解决这个问题,开源库在不断完善。多谢反馈!

lizhifeng-sky commented 7 years ago

不好改吧 加载结束时listview滑动到加载动画的位置 ,加载动画会消失 这种原因产生的抖动不好改 不知所措。。。 TwinklingRefreshLayout line671 ScrollingUtil.scrollAViewBy(mChildView, (int) mBottomHeight); setLoadingMore(false); animProcessor.animBottomBack(); 你们的是想怎么改呢?

lcodecorex commented 7 years ago

v1.06已做了优化,感谢反馈!