在Android中显示透明的Activity?
如何(通过代码)将 Activity
设置为透明?我希望当用户单击按钮时活动变得透明。是否可以?
How can I set (by code) an Activity
to be transparent? I want the activity to become transparent when the user clicks a button. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 setTheme (android.R.style.Theme_Translucent)
但请记住 api 文档:
来源
You can use
setTheme (android.R.style.Theme_Translucent)
But keep the api docs in mind:
Source