微信读书android卡片效果,学习使用Material Design控件(三)使用CardView实现卡片效果...

本文主要介绍CardView的使用,CardView是继承自FrameLayout,使用比较简单,只需要用CardView包含其他View就可以实现卡片效果了。

实现效果如下:

e30310d8e126d06f60f9a944fd4f476c.png

加入依赖库

dependencies {

….

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

}

Layout布局

android:layout_width="match_parent"

android:layout_height="wrap_content"

app:cardCornerRadius="10dp"

app:cardElevation="10dp"

android:layout_marginBottom="@dimen/card_margin"

android:layout_marginLeft="@dimen/card_margin"

android:layout_marginRight="@dimen/card_margin">

style="@style/CardView.Content"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/book1" />

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginLeft="10dp"

android:orientation="vertical">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:text="@string/book_title_1"

android:textAppearance="@style/TextAppearance.AppCompat.Title"

android:textColor="@color/primary_text" />

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginTop="2dp"

android:text="@string/book_description_1"

android:textColor="@color/secondary_text" />

app:cardBackgroundColor 设置CardView背景颜色

app:cardCornerRadius 设置CardView圆角大小

app:cardElevation 设置CardView阴影高度

项目源码已发布到Github,以后慢慢加入其他控件的使用。

源码地址:MaterialDesignExample

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值