美文网首页Recyclerview
处于RecyclerView下的布局不显示问题

处于RecyclerView下的布局不显示问题

作者: Pencilso | 来源:发表于2016-12-21 11:31 被阅读49次

    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.

    相关文章

      网友评论

        本文标题:处于RecyclerView下的布局不显示问题

        本文链接:https://www.haomeiwen.com/subject/zbkqvttx.html