android 半透明对话框

发布于 2024-12-09 08:24:27 字数 118 浏览 0 评论 0原文

如何配置对话框布局,以便对话框显示为半透明(颜色和 Alpha 通道设置为 50% 左右,以便通过对话框可以看到重叠视图)。 我创建一个自定义对话框并将 contentView 设置为仅简单的 TextView。 谢谢

How can I configure Dialog layout so that the Dialog is displayed as translucent (with color and alpha channel set to some 50% so that the overlayed view is visible through the Dialog).
I create a custom Dialog and set the contentView to be simple TextView only.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

苏佲洛 2024-12-16 08:24:28

好吧,不知何故,这可能是你觉得有用的:

final Dialog d = new Dialog(this,android.R.style.Theme_Translucent_NoTitleBar_Fullscreen);

Well, somehow, this is what you might find usefull:

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