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.
我的操作栏中有一个按钮,当我单击我想调暗当前活动时。褪色 alpha 不起作用,因为背景是白色的,我需要它变暗。
干杯
用暗灰色透明图像覆盖整个布局(即,用整个屏幕覆盖图像)。我希望这个想法对你有用
可能最简单的方法是创建一个缩放以覆盖整个活动的视图,将其背景颜色设置为半透明。您还可以检查股票警报应用程序是如何做到的。