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

listview加载更多 #67

Open nextmrwang opened 7 years ago

nextmrwang commented 7 years ago

listview加载更多成功时,footview消失的时候listview会沉下来而不是维持加载时的高度,这个问题要怎么解决?

lcodecorex commented 7 years ago

这个是为了解决闪烁问题的一个hack,暂时还没有想到更优的办法。不过对RecyclerView支持更好一些,没有这个问题

nextmrwang commented 7 years ago

我已经换成recyclerView了 ,设置分割线有些蛋疼,因为有夜间模式。 Warning:src\main\java\com\lcodecore\tkrefreshlayout\header\progresslayout\MaterialProgressDrawable.java: The typedef annotation com.lcodecore.tkrefreshlayout.header.progresslayout.MaterialProgressDrawable.ProgressDrawableSize should have @Retention(RetentionPolicy.SOURCE) 看看这什么情况