Android:屏幕上浮动可点击图标?

发布于 2024-09-24 00:06:07 字数 219 浏览 6 评论 0原文

有一个名为智能任务栏的Android应用程序,它设法在屏幕上固定一个半透明的小图标...该图标在所有活动(包括主屏幕)上保持可见。该图标是可点击的(/可触摸的),并且它会弹出一个用户可以与之交互的小弹出窗口。

我非常感兴趣这是如何做到的?我认为这与 PopupWindow 有关。

有什么想法吗?提前致谢。

There's an Android Application called Smart Taskbar that manages to Pin a small SemiTransparent Icon over the screen...The icon remains visible over ALL the activites (including the home screen). The Icon is Clickable (/Touchable), and it does popopen a Small Popup window which the user can interact with.

I'm very interested in how this is done? I think it's something to with PopupWindow.

Any ideas? Thanks in Advance.

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

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

发布评论

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

评论(1

世俗缘 2024-10-01 00:06:07

我最近对此进行了实验。

请参阅此问题:创建系统覆盖窗口(始终打开) top) - 解决方案实际上是相同的,但您需要在布局参数中设置 TYPE_SYSTEM_ALERT 而不是 TYPE_SYSTEM_OVERLAY

I recently experimented with this.

See this question: Creating a system overlay window (always on top) - the solution is virtually the same, but you need to set TYPE_SYSTEM_ALERT in the layout params instead of TYPE_SYSTEM_OVERLAY.

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