Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

添加的头部里面如果有 RecyclerView 的话,下拉刷新会卡顿不灵敏 #16

Closed ysnows closed 8 years ago

Aspsine commented 8 years ago

header里面最好不要添加纵向的RecyclerView,可以添加横向的。

greenfly555 commented 7 years ago

添加横向的好像还是一样有问题