gpt4 book ai didi

android在 View 下方添加阴影

转载 作者:行者123 更新时间:2023-12-05 00:21:29 24 4
gpt4 key购买 nike

我只是想给我的 LinearLayout 添加阴影让我的 View 表现得像其他 View 一样,就像这张图片 facebook messenger
image

我尝试将此 xml 作为我的 View 的背景,但它看起来像一条线而不是阴影

<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/black_alpha_12"
android:endColor="@android:color/transparent" android:angle="90.0" />
</shape>

我在stackoverflow中尝试了许多xml代码没有人帮我制作我想要的阴影

最佳答案

利用

getSupportActionBar().setElevation(10);

But as per Your Above Comment in my app i made an LinearLayout as ActionBar did this will work



比使用
YourView.setElevation(10);

关于android在 View 下方添加阴影,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47773522/

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