Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个有背景的活动。当我失去互联网连接时,我想在现有背景的顶部覆盖另一个图像(50% 不透明)。
有没有一种简单的方法可以做到这一点,而不必通过我的活动主视图的 draw 方法?
谢谢。
您可以使用 控制任何 View 的 Alpha 通道(不透明度)setAlpha()。
setAlpha()
尝试:
imageView.setAlpha(0.5f);