android自动生成cardview,学习使用Material Design控件(三)使用CardView实现卡片效果...
本文主要介紹CardView的使用,CardView是繼承自FrameLayout,使用比較簡單,只需要用CardView包含其他View就可以實現卡片效果了。
實現效果如下:
加入依賴庫
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
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。
總結
以上是生活随笔為你收集整理的android自动生成cardview,学习使用Material Design控件(三)使用CardView实现卡片效果...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: tomcat 启动项目 页面文字乱码_项
- 下一篇: 如何用计算机算矩阵,【活用工具】教你如何