popwindow recyclerview item高度无效
2019-08-07 本文已影响0人
next_discover
在adapter中的onCreateViewHolder()中
View inflate = layoutInflater.inflate(R.layout.xxx, parent, false); 注意要依附于parent
在adapter中的onCreateViewHolder()中
View inflate = layoutInflater.inflate(R.layout.xxx, parent, false); 注意要依附于parent