gpt4 book ai didi

java - 我如何删除 RecyclerView 中 CardView 中的额外边距

转载 作者:行者123 更新时间:2023-11-30 01:36:19 24 4
gpt4 key购买 nike

如何删除这个额外的 margin ,我尝试使用 this答案但不起作用。

enter image description here

我的代码 CardView

< LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android"
xmlns: card_view = "http://schemas.android.com/apk/res-auto"
xmlns: tools = "http://schemas.android.com/tools"
android: layout_width = "wrap_content"
android: layout_height = "wrap_content" >

< android.support.v7.widget.CardView
android: id = "@+id/cartaExposicion"
android: layout_width = "wrap_content"
android: layout_height = "300dp"
card_view: cardPreventCornerOverlap = "false" >

< ImageView
android: id = "@+id/imgExposicion"
android: layout_width = "wrap_content"
android: layout_height = "300dp"
android: src = "@mipmap/makuma_0salas" / >
< /android.support.v7.widget.CardView> < /LinearLayout>

编辑

我需要删除cardview中的间距

enter image description here

enter image description here

最佳答案

尝试为卡片 View 内容填充提供负值

card_view:contentPadding="-5dp"

如果要不均匀地去除padding。尝试为 contentPaddingLeft、contentPaddingRight、contentPaddingBottom 和 contentPaddingTop 提供不同的值。

希望这对你有用。

关于java - 我如何删除 RecyclerView 中 CardView 中的额外边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35068211/

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