ScrollView嵌套RecyclerView不显示
因为界面比较复杂 使用了ScrollView嵌套了RecyclerView RecyclerView显示正常
但是之后发现RecyclerView以下的所有布局全部消失了
查了下资料 谷歌的官方资料。
在ScrollView属性里面加上:android:fillViewport="true"
以下是Google官方给的FillViewport解释:
Indicates this ScrollView whether it should stretch its content height to fill the viewport or not.
网友评论