Material Design之CardView的基本用法

Gradle 依赖

compile 'com.android.support:cardview-v7:+'


用法:

<android.support.v7.widget.CardView
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      card_view:cardBackgroundColor="@color/colorAccent"
      card_view:cardCornerRadius="10dp"
      card_view:cardElevation="5dp"
      card_view:contentPadding="8dp">
      <!--子布局控件-->
</android.support.v7.widget.CardView>


CardView的常用属性

阴影的大小 app:cardMaxElevation
阴影最大高度 app:cardBackgroundColor
卡片的背景色 app:cardCornerRadius
卡片的圆角大小 app:contentPadding
卡片内容于边距的间隔 app:contentPaddingBottom
卡片内容与底部的边距 app:contentPaddingTop
卡片内容与顶部的边距 app:contentPaddingLeft
卡片内容与左边的边距 app:contentPaddingRight
卡片内容与右边的边距 app:contentPaddingStart
卡片内容于边距的间隔起始 app:contentPaddingEnd
卡片内容于边距的间隔终止 app:cardUseCompatPadding

添加点击波纹效果

android:clickable="true"
android:focusable="true"
android:foreground="?android:attr/selectableItemBackground"


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值