ScrollView 宽高均为
match_parent
RecyclerView 宽度match_parent
,高度wrap_content
, hasFixedSize 为 true,canScrollVertically 为 false
解决方法 1
设置 RecyclerView hasFixedSize 为 false
解决方法 2
RecyclerView 高度设置为 match_parent
, 包裹一层宽高均为 wrap_content
的 RelativeLayout