CardView教程
版本:2018/4/24-1
转载请注明链接:https://blog.csdn.net/feather_wch/article/details/80069108
1、背景介绍
1. CardView和RecyclerView一样是Android5.0以后新出现的控件,伴随着Material Design设计而诞生。
2、使用实例
- 导入
compile 'com.android.support:cardview-v7:26.1.0'
CardView
包裹住需要添加卡片效果的布局
即可。
<android.support.v7.widget.CardView
android:id="@+id/stars_rv_profile_item_cardview"
android:layout_width="match_parent"
android:layout_height=