1. 程式人生 > >RecyclerView 的 item 寬度width不能全屏的問題

RecyclerView 的 item 寬度width不能全屏的問題

在onCreateViewHolder 時候不要使用 

inflater.from(context).inflate(R.layout.item,null)

應該用

inflate.from(context).inflate(R.layout.item,parent,false)