CardView中设置margin属性无效果,后来查了一下,发现解析的时候要使用:
LayoutInflater.from(context).inflate(R.layout.item, parent, false);
原来使用的:
View.inflate(context, R.layout.item, viewGourp);
CardView中设置margin属性无效果,后来查了一下,发现解析的时候要使用:
LayoutInflater.from(context).inflate(R.layout.item, parent, false);
原来使用的:
View.inflate(context, R.layout.item, viewGourp);
本文标题:CardView margin
本文链接:https://www.haomeiwen.com/subject/wuaswttx.html
网友评论