在Android中显示透明的Activity?

发布于 2024-12-02 08:32:34 字数 68 浏览 2 评论 0原文

如何(通过代码)将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青春有你 2024-12-09 08:32:34

您可以使用 setTheme (android.R.style.Theme_Translucent)

但请记住 api 文档:

为此上下文设置基本主题。 请注意,这应该被称为
在上下文中实例化任何视图之前(例如之前
调用 setContentView(View) 或 inflate(int, ViewGroup))。


来源

You can use setTheme (android.R.style.Theme_Translucent)

But keep the api docs in mind:

Set the base theme for this context. Note that this should be called
before any views are instantiated in the Context
(for example before
calling setContentView(View) or inflate(int, ViewGroup)).

Source

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文