“RecyclerView item 宽度没有填充屏幕”的问题

2种解决情况: 1: 将图中位置: LayoutInflater.from(context).inflate(R.layout.home_page_itme, null); 或者 LayoutInflater.from(context).inflate(R.layout.home_page_itme, null,false);或者别的什么。 改成: LayoutInflater.from(cont
相关文章
相关标签/搜索