美文网首页
RecyclerView 布局异常

RecyclerView 布局异常

作者: 103style | 来源:发表于2019-08-15 14:07 被阅读0次

    onCreateView 的时候

    LayoutInflater.from(mContext).inflate(layoutRes, parent, false);
    替换
    LayoutInflater.from(mContext).inflate(layoutRes, null);

    用第二种 会导致 布局不能撑满屏幕 , 具体原因

    相关文章

      网友评论

          本文标题:RecyclerView 布局异常

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