Chanven / CommonPullToRefresh

Android widget with pull to refresh for all the views,and support loadMore for ListView , RecyclerView, GridView and SwipeRefreshLayout.
Apache License 2.0
1.07k stars 303 forks source link

高版本RecyclerView兼容问题 #78

Open the-liuchao opened 7 years ago

the-liuchao commented 7 years ago

使用以下依赖: compile 'com.android.support:appcompat-v7:25.0.0' compile 'com.android.support:recyclerview-v7:25.0.0' compile 'com.android.support:cardview-v7:25.0.0' 进行上拉加载操作,需要将footerview上拉到顶部才开始回调加载方法。

fumayer commented 7 years ago

楼主这个问题解决了吗? 我也遇到这个了

movexmanlife commented 6 years ago

现在最新的上拉加载版本的代码试试,应该没有问题的。