不阻碍点击的活动
我正在开始一项主题为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的。
这是一个
Toast
,而不是Activity
。It is not possible.
That is a
Toast
, not anActivity
.