RecyclerView 常出现itme 使用权重或者满屏属性 依然不能沾满的情况 可以检查adapter中的这个位置。
将: LayoutInflater.from(context).inflate(R.layout.home_page_itme, null);
改成: LayoutInflater.from(context).inflate(R.layout.home_page_itme, parent,false);
RecyclerView 常出现itme 使用权重或者满屏属性 依然不能沾满的情况 可以检查adapter中的这个位置。
将: LayoutInflater.from(context).inflate(R.layout.home_page_itme, null);
改成: LayoutInflater.from(context).inflate(R.layout.home_page_itme, parent,false);