Android MD之CardView

從Android5.0開始,google引入了Material Design,那么我們今天就來講講CardView

首先要明白CardView能夠帶來哪些效果:

1、四周陰影效果

2、四周圓角效果

下面看張圖片:

cardView顯示效果

要想實(shí)現(xiàn)如上cardView顯示效果,分以下步驟:

1、引入庫,在android studio中導(dǎo)入v7兼容包:

compile'com.android.support:cardview-v7:23.1.1'//cardview

2、在布局文件中加入cardview

布局中加入CardView

注意CardView和Scroview一樣僅允許有一個(gè)孩子view,你懂得

3、注意到上面有兩個(gè)屬性

app:cardElevation 和? card_view:cardBackgroundColor,使用這兩個(gè)屬性時(shí)需要在xml中引入以下schemas:

引入schemas

4、關(guān)于各個(gè)屬性介紹

android:cardCornerRadius ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置card圓角的大小

CardView.setRadius ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?在代碼中設(shè)置card圓角的大小

android:cardBackgroundColor ? ? ? ? ? ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置card背景顏色

android:elevation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置陰影的大小

card_view:cardElevation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置陰影的大小

card_view:cardMaxElevation ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置陰影最大高度

card_view:cardCornerRadius ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片的圓角大小

card_view:contentPadding ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置卡片內(nèi)容于邊距的間隔

card_view:contentPaddingBottom ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片內(nèi)容于下邊距的間隔

card_view:contentPaddingTop ? ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片內(nèi)容于上邊距的間隔

card_view:contentPaddingLeft ? ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片內(nèi)容于左邊距的間隔

card_view:contentPaddingRight ? ? ? ? ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置卡片內(nèi)容于右邊距的間隔

card_view:contentPaddingStart ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片內(nèi)容于邊距的間隔起始

card_view:contentPaddingEnd ? ? ? ? ? ? ? ? ? ? ? ? ??在xml文件中設(shè)置卡片內(nèi)容于邊距的間隔終止

card_view:cardUseCompatPadding ? ? ? ? ? ? ? ? ?在xml文件中設(shè)置內(nèi)邊距,V21+的版本和之前的版本仍舊具有一樣的計(jì)算方式

card_view:cardPreventConrerOverlap ? ? ? ? ? ? ??在xml文件中設(shè)置內(nèi)邊距,在V20和之前的版本中添加內(nèi)邊距,這個(gè)屬性為了防止內(nèi)容和邊角的重疊

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容