目录
androidx.cardview.widget.CardView
com.google.android.material.imageview.ShapeableImageView
小结
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
小结
这两个控件无法使用
android:background与android:padding
|