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.
我正在尝试创建一种效果,看起来就像您在设备截屏时看到的闪光灯一样。
我的问题,有没有办法做到这一点?如果可以的话,我可以改变那个小闪光灯的颜色吗?
您需要使用 FrameLayout 或 RelativeLayout 作为您的根视图。
然后,您将有两层,底部是您的内容,顶部是一个视图。
当用户触发事件时,您将以编程方式设置视图的颜色以实现闪光效果。