gpt4 book ai didi

具有渐变和透明图像背景的 Android ImageButton[包含图像]

转载 作者:行者123 更新时间:2023-11-29 17:56:55 27 4
gpt4 key购买 nike

我想达到我在下面提供的图像中看到的效果......可能吗?

我知道如何做渐变,我知道如何将 imagebuttons src/bg 设置为可绘制对象,但我不知道从哪里开始同时完成这两个操作。

enter image description here

最佳答案

其实非常简单。为了避免通过对一堆 View 进行分层来过度绘制,只需将 ColorFilter 添加到您的 ImageView:

imageView.setColorFilter(Color.parseColor("#994dace3"), PorterDuff.Mode.SRC_OVER);

没有添加 overdraw ,你可以设置任何你想要的颜色,并尝试不同的 PorterDuff 混合模式。

例子:

Example Image

关于具有渐变和透明图像背景的 Android ImageButton[包含图像],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18678743/

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