onCreateView
的时候
用
LayoutInflater.from(mContext).inflate(layoutRes, parent, false);
替换
LayoutInflater.from(mContext).inflate(layoutRes, null);
用第二种 会导致 布局不能撑满屏幕 , 具体原因
onCreateView
的时候
用
LayoutInflater.from(mContext).inflate(layoutRes, parent, false);
替换
LayoutInflater.from(mContext).inflate(layoutRes, null);
用第二种 会导致 布局不能撑满屏幕 , 具体原因
本文标题:RecyclerView 布局异常
本文链接:https://www.haomeiwen.com/subject/iqpmdqtx.html
网友评论