android cardview透明,Android CardView具有奇怪的边框透明

本文探讨了在Android中如何设置CardView的透明度和阴影(elevation)。作者遇到问题,透明设置并未如预期工作。XML布局代码显示了尝试使用的属性,包括cardBackgroundColor和cardElevation。目标是创建具有透明背景和明显阴影的CardView。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

我对CardView透明度和card_elevation有一些麻烦.尝试使用CardView透明的结果是:

YGIk3.png

没有透明度:

39pvu.png

我想要得到的是这样的:

gScrz.png

这是我的xml:

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="match_parent"

android:layout_height="match_parent"

android:background="@mipmap/eifell"

android:padding="10dp"

tools:context=".MainActivity">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:paddingTop="5dp"

android:background="@android:color/transparent">

android:layout_width="match_parent"

android:layout_height="wrap_content">

android:id="@+id/newsCardView"

android:layout_width="match_parent"

android:layout_height="175dp"

card_view:cardBackgroundColor="#602B608A"

card_view:cardElevation="5dp">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@android:color/transparent">

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值