CardView 常用属性
android:clickable="true"
灰色触摸事件: android:foreground="?attr/selectableItemBackground"
圆角背景色: app:cardBackgroundColor="@color/white"
圆角角度: app:cardCornerRadius="@dimen/dp_12"

CardView 常用属性
android:clickable="true"
灰色触摸事件: android:foreground="?attr/selectableItemBackground"
圆角背景色: app:cardBackgroundColor="@color/white"
圆角角度: app:cardCornerRadius="@dimen/dp_12"