Android API 演示 8 Translucent 该类是 TranslucentActivity.java 不执行任何操作

发布于 2024-09-12 08:09:28 字数 66 浏览 1 评论 0原文

TranslucentActivity.java 不执行任何操作。没有半透明感,没有什么特别的。它仅显示一个活动屏幕。

TranslucentActivity.java doesn't do anything. There is no translucence, nothing special about it. It just shows an activity screen.

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

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

发布评论

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

评论(1

胡渣熟男 2024-09-19 08:09:28

这是一个关于样本有什么问题的问题。

下一个示例,半透明模糊示例在此工作后,之前的屏幕出现毛刺......

// Have the system blur any windows behind this one.
getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND,
WindowManager.LayoutParams.FLAG_BLUR_BEHIND);

并且它显示了它声称要显示的内容。

但在我询问的 TranslucentActivity 中什么也没做。

This is a question about what is wrong with the sample.

The very next sample, the Translucent Blur sample after this works, the prior screen is burred...

// Have the system blur any windows behind this one.
getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND,
WindowManager.LayoutParams.FLAG_BLUR_BEHIND);

And it shows what it claims to show.

But nothing is done in the TranslucentActivity, about which I am asking.

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