作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开始一项主题为 Theme.Dialog 的 Activity 。
我想知道是否可以显示 Activity 并仍然能够点击它后面的所有内容。我知道这在 android 中是可能的,但我不知道该怎么做。
这方面的一个例子是当您尝试增加或减少 android 2.0 上的音量设置时出现的音量弹出窗口。如果您尝试点击它,所有点击都会记录在它背后运行的任何 Activity 上。
任何帮助将不胜感激。
最佳答案
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.
那是一个Toast
,而不是一个Activity
。
关于android - 不妨碍点击的 Activity ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4361455/
我是一名优秀的程序员,十分优秀!