gpt4 book ai didi

Android CardView 阴影被切断

转载 作者:行者123 更新时间:2023-12-02 16:15:37 25 4
gpt4 key购买 nike

阴影似乎切断了我的一些 CardView 用法。知道为什么吗?看起来删除父项上的填充可以解决问题,但我确实想要填充。而且我不想在内卡上使用边距,因为还有其他 View 对齐,我更喜欢在父级上设置填充以应用于所有子级

有什么解决办法吗?

布局

<?xml version="1.0" encoding="utf-8"?>

<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_spacing"
android:layout_marginLeft="@dimen/standard_spacing"
android:layout_marginRight="@dimen/standard_spacing"
android:layout_marginBottom="@dimen/smaller_spacing"
app:cardCornerRadius="@dimen/standard_card_corner_radius"
app:cardElevation="10dp">

<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/standard_spacing">

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardBackgroundColor="@color/light_gray_background"
android:minHeight="40dp"
app:cardElevation="5dp"
app:cardCornerRadius="@dimen/standard_card_corner_radius" >

</androidx.cardview.widget.CardView>

</androidx.appcompat.widget.LinearLayoutCompat>

</androidx.cardview.widget.CardView>

enter image description here

最佳答案

添加

android:clipToPadding="false"

到线性布局

关于Android CardView 阴影被切断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66809405/

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