我正在这样使用cardview:
<com.google.android.material.card.MaterialCardView
android:id="@+id/togglebuysell"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="10dp"
android:layout_marginRight="15dp"
android:layout_marginBottom="10dp"
app:cardCornerRadius="15dp"
app:cardElevation="5dp">
答案 0 :(得分:0)
CardView添加了其他填充以在Lollipop之前在平台上绘制阴影。
尝试添加app:cardUseCompatPadding="true"
https://developer.android.com/reference/android/support/v7/widget/CardView#setusecompatpadding