gpt4 book ai didi

android - 在 gridview 项目之间显示一条细线

转载 作者:行者123 更新时间:2023-11-29 16:30:27 26 4
gpt4 key购买 nike

enter image description here

如上截图,您可以看到 cardview 覆盖的项目数量,但问题是 card view 包含两个项目之间的薄

如何删除这条细线,我的 cardview xml 属性是

  <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.CardView xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="5dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="5dp"
card_view:cardPreventCornerOverlap="true"
card_view:cardElevation="10dp"
card_view:cardBackgroundColor="@color/white"
card_view:cardCornerRadius="4dp">

</android.support.v7.widget.CardView>
</RelativeLayout>

最佳答案

改变

card_view:cardElevation="10dp"

为此:

card_view:cardElevation="2dp"

关于android - 在 gridview 项目之间显示一条细线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56505770/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com