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.