gpt4 book ai didi

android - 底部的灰色水平线前 Lollipop 卡片 View

转载 作者:行者123 更新时间:2023-11-29 01:06:47 25 4
gpt4 key购买 nike

我正试图摆脱 cardview 上的这条灰线 enter image description here我使用了一种有点透明的颜色 - #40B6F2FC这是我的代码

 <android.support.v7.widget.CardView
android:id="@+id/cardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:dividerHeight="0px"
android:divider="@null"
app:cardPreventCornerOverlap="false"
app:cardBackgroundColor="@color/sky_colorBlue_20_percent"
app:cardCornerRadius="2dp"
app:cardElevation="2dp"
app:cardMaxElevation="2dp"
app:cardUseCompatPadding="true">

关注了这个问题的答案https://stackoverflow.com/a/18734605/1599611但还是没用。

有没有办法在不将高程设置为零并使用添加透明度的颜色的情况下摆脱这条灰线?

最佳答案

来自这个追踪器的基地

https://issuetracker.google.com/issues/37008169

Status: Won't Fix (Intended Behavior) CardView does not support transparency for its background. This is due to limitations of drawing shadows using canvas api.

关于android - 底部的灰色水平线前 Lollipop 卡片 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46385105/

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