android 碎念

安卓 实现卡片

圆角程度 cardCornerRadius 阴影: cardElevation

<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"  
    xmlns:app="http://schemas.android.com/apk/res-auto"  
    app:cardCornerRadius="20dp"  
    android:layout_marginBottom="20dp"  
    android:layout_height="wrap_content"  
    android:layout_width="match_parent">



</androidx.cardview.widget.CardView>