gpt4 book ai didi

android - 我们如何在 Activity 中使用颜色查看背景图像?

转载 作者:行者123 更新时间:2023-11-30 03:09:21 25 4
gpt4 key购买 nike

我已经在 XML 中设置了背景图像。我正在使用我的 Android Activity 的颜色。我想在 Android 中看到透明图像使用颜色。我们如何才能看到它;

LinearLayout mlayout = (LinearLayout) findViewById(R.id.mainpage);
mlayout.setBackgroundColor(Color.rgb(0, 115, 255));
mlayout.setAlpha(127);

最佳答案

首先看setAlpha方法的文档

Sets the opacity of the view. This is a value from 0 to 1, where 0 means the view is completely transparent and 1 means the view is completely opaque.

设置0.2,例如:)

关于android - 我们如何在 Activity 中使用颜色查看背景图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21255993/

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