顶部(状态)栏中的文本

发布于 2024-11-14 21:38:23 字数 132 浏览 4 评论 0原文

某些应用程序(尤其是 Lookout Mobile Security)会显示描述已完成操作的文本 在顶部(状态)栏上短时间(可能仅 1 秒)然后显示 返回到常规状态栏(至少在 HTC 手机上具有不错的动画效果)。 这是怎么做到的? 我不是在谈论通知!

Some apps (notably Lookout Mobile Security) show a text describing action done
for a short time (maybe 1 sec only) on the top (status) bar and then the display
goes back to the regular status bar (with a nice animation effect at least on HTC phones).
How is this done ?
I am not talking about notifications !

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

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

发布评论

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

评论(2

没︽人懂的悲伤 2024-11-21 21:38:23

这实际上是通知的一部分。它称为tickerText
请参阅:

http://developer.android.com/reference/android/app/Notification.html# tickerText

并且,如果在 HoneyComb 上开发:

http://developer.android.com/reference/android/app/Notification.html#tickerView

您还可以将 tickerText 传递到 Notification 的构造函数中。

This is actually part of the Notification. It is called the tickerText.
See:

http://developer.android.com/reference/android/app/Notification.html#tickerText

And, if developing on HoneyComb:

http://developer.android.com/reference/android/app/Notification.html#tickerView

You can also pass the tickerText into the constructor of the Notification.

羁客 2024-11-21 21:38:23

我认为函数 Activity.setTitle() 就是您要寻找的内容。

编辑:

或者,您可以生成一个仅针对一个人显示的自定义 通知第二。

I think the function Activity.setTitle() is what you're looking for.

Edit:

Or, you could produce a custom notification that only appears for one second.

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