CardView之间的空间随着cardElevation的增加而增加

时间:2019-03-20 13:48:46

标签: android android-layout android-cardview

随着我增加卡的高度,回收站视图中的卡视图之间的差距也会增加

      <android.support.v7.widget.CardView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@android:color/white"
        android:foreground="?android:attr/selectableItemBackground"
        app:cardBackgroundColor="@android:color/white"
        app:cardCornerRadius="12dp"
        app:cardElevation="20dp"
        app:cardUseCompatPadding="true">

enter image description here

然后,由于我将app:cardUseCompatPadding设置为true,因此项目之间的空间加起来了两个卡片视图的卡片高度。我尝试将卡片视图包装在另一个LinearLayout中,并使其作为recyclerview物品,但结果还是一样。 有没有比设置负填充/边距更好的解决方案了?

0 个答案:

没有答案