youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

parentRecyclerView添加头部布局 #30

Closed weixingzeng closed 3 years ago

weixingzeng commented 3 years ago

parentRecyclerView.addHeaderView(banner);添加banner轮播图,banner无法滑动

youlookwhat commented 3 years ago

目前的是viewpage2+fragment+ParentRecyclerView,ParentRecyclerView的item里面是viewpage2+fragment+ChildRecyclerView

外层的viewpage2改为viewpage就可以了

youlookwhat commented 3 years ago

这是一个滑动冲突导致的,外层如果是viewpage2会有这个问题。可以处理viewpage2的事件分发或者改为viewpage。

先关了哈,有其他问题再提