美文网首页
CardView margin

CardView margin

作者: 甜甜的清风啊 | 来源:发表于2017-02-20 14:35 被阅读0次

    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