视图记录笔记--CardView,ShapeableImageView

目录

androidx.cardview.widget.CardView

com.google.android.material.imageview.ShapeableImageView

小结


androidx.cardview.widget.CardView

app:cardBackgroundColor -- 背景
app:cardCornerRadius -- 边缘弧度数
app:cardCornerRadius -- 阴影高度
app:contentPadding-- 卡片边界距离内部的距离
app:contentPaddingLeft -- 卡片边界距离左边的距离
app:contentPaddingTop -- 卡片边界距离顶边的距离
app:contentPaddingRight -- 卡片边界距离右边的距离
app:contentPaddingBottom -- 卡片边界距离底边的距离

com.google.android.material.imageview.ShapeableImageView

app:strokeColor="#88EF0606" ---描边颜色
app:strokeWidth="15dp" ---描边宽度
app:shapeAppearanceOverlay="@style/roundedCornerImageStyle"---形状,style样式

详细介绍链接---Material组件之ShapeableImageView的使用https://blog.csdn.net/baidu_34587520/article/details/108992294https://blog.csdn.net/baidu_34587520/article/details/108992294

小结

这两个控件无法使用


版权声明:本文为weixin_42555003原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。