WuXiaolong / PullLoadMoreRecyclerView

实现RecyclerView下拉刷新和上拉加载更多以及RecyclerView线性、网格、瀑布流效果演示
1.39k stars 371 forks source link

PullLoadMoreRecyclerView嵌套ScrollView #31

Open smarthityou opened 7 years ago

smarthityou commented 7 years ago

会出现无法显示

diswy commented 7 years ago

同求,使用原生的RecyclerView时 在外面嵌套一层RelativeLayout可解决,此方法在这里失效。求作者解答一下

jngoogle commented 7 years ago

所以,有人解决了吗? @smarthityou @diswy,顺便艾特一下作者 @WuXiaolong

diswy commented 7 years ago

@jngoogle 后来尝试自己用RefreshLayout+RecyclerView ,利用RecyclerView 可以根据不同的Type来显示不同布局这么做,避免嵌套

jngoogle commented 7 years ago

@diswy 感谢提供解决方法。我需要的布局效果是: scrollview(viewpager + recyclerView),并且列表是需要一个网格布局的。有看到过提供上拉加载更多自定义的 listview 没有这种滑动的问题。