问题代码
View inflate = LayoutInflater.from(context).inflate(R.layout.home_mall_item, null);
问题
修改后的代码
View inflate = LayoutInflater.from(context).inflate(R.layout.home_mall_item, parent,false);
已解决
问题代码
View inflate = LayoutInflater.from(context).inflate(R.layout.home_mall_item, null);
修改后的代码
View inflate = LayoutInflater.from(context).inflate(R.layout.home_mall_item, parent,false);