最近学习recyclerview 遇到的问题1.宽度不适配正确写法LayoutInflater.from(context).inflate(R.layout.item_view,parent,false);错误写法LayoutInflater.from(context).inflate(R.layout.item_view,null);2 只显示一行itemView中父 view 写成wrap_content ;