不阻碍点击的活动

发布于 2024-10-05 19:28:55 字数 221 浏览 3 评论 0原文

我正在开始一项主题为 Theme.Dialog 的活动。

我想知道是否可以显示活动并仍然能够单击其后面的所有内容。我知道这在 Android 中是可能的,但我不知道该怎么做。

例如,当您尝试增加或减少 Android 2.0 上的音量设置时,会出现音量弹出窗口。如果您尝试单击它,则所有单击都会记录在其后面运行的任何活动上。

任何帮助将不胜感激。

I am starting an activity that is themed as Theme.Dialog.

I was wondering if it is possible to display the activity and still be able to click everything behind it. I know this is possible in android but I don't know how to do it.

An example of that is the volume pop up that shows up when you try to increase or decrease the volume settings on android 2.0. If you try to click on it all clicks are registered on whatever activity is running behind it.

Any help will be greatly appreciated.

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

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

发布评论

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

评论(1

爱你是孤单的心事 2024-10-12 19:28:55

我知道这在 Android 中是可能的,但我不知道该怎么做。

这是不可能的。

一个例子是当您尝试增加或减少 Android 2.0 上的音量设置时出现的音量弹出窗口。如果您尝试单击它,则所有单击都会在其后面运行的任何活动上注册。

这是一个 Toast,而不是 Activity

I know this is possible in android but i don't know how to do it.

It is not possible.

An example of that is the volume pop up that shows up when you try to increase or decrease the volume settings on android 2.0. If you try to click on it all clicks are registered on whatever activity is running behind it.

That is a Toast, not an Activity.

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