bingoogolapple / BGARefreshLayout-Android

多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位
4.31k stars 1k forks source link

refreshLayout.setCustomHeaderView添加顶部view后,嵌套RecyclerView 滑动不流畅 #48

Open kaiyuanshengshichangan opened 8 years ago

kaiyuanshengshichangan commented 8 years ago

通过调用refreshLayout.setCustomHeaderView方法添加顶部view后,嵌套RecyclerView 滑动不流畅,必须把假的headerView先滑出后,滑动才流畅,如何解决呢,谢谢

bingoogolapple commented 8 years ago

@kaiyuanshengshichangan 不用setCustomHeaderView这个方法吧,在Recyclerview的adapter里加个itemtype,或者用BGAStickyNavLayout嵌套

AnMokoto commented 8 years ago

@bingoogolapple 这个情况我在6.0的机子上有见过,情况是:甩的时候在点击不会停止甩的动作:smile: 或许跟新的nestedscroll有关,我没细研究