首页 > 学院 > 开发设计 > 正文

CardView的基本属性

2019-11-06 09:44:40
字体:
来源:转载
供稿:网友

     在项目中使用到了CardView,效果非常的nice。

下面就来介绍一些常用的属性:

           <attr name = "cardBackgroundColor" format = "color" /> <!-- 背景色 -->

           <attr name = "cardCornerRadius" format = "dimension" /> <!-- 边缘弧度数-->

           <attr name = "cardElevation" format = "dimension" /> <!-- 高度-->

            <attr name = "caedMaxElevation" format = "dimension" /> <!-- 最大高度-->

          <!-- 设置内边距,设置内边距,v21+的版本和之前仍旧具有一样的计算方式 -->

           <attr name = "cardUseCompatPadding" format = "boolean" /> <!-- -->

           <!-- 在v20和之前的版本中添加内边距,这个属性是为了防止卡片内容和边角重叠 -->

           <attr name = "cardPReventCornerOverlap" format = "boolean" /> <!-- -->


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表