当新消息到来时,在按钮上显示新消息的数量,当没有新消息时,不应显示

发布于 2024-10-31 15:44:44 字数 196 浏览 1 评论 0原文

我们有一个功能,可以通过在图标的右上角显示一个小数字来为用户更新新的待处理消息,同样我想知道我们是否有方法在 android 中更新 ImageView/ImageButton (在这里我希望更新主屏幕上的图标)。

例如,该图片显示红色背景图标,其中以红色显示待读取的消息数量,如果没有消息,则显示为灰色背景。

我该怎么做?如果可能请提供示例代码

we have a feature to update the app icon with the new pending messages for the user by showing a small number on the right-top corner of the icon and similarly I would like to know if we have method to update a ImageView/ImageButton in android(Here I am looking to update the icon on the home screen ).

For example, the pic shows the red background icon with the number of messages pending to be read in red and if there are no messages it shows with a gray background.

how can i do this ? if possible please provide smaple code

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

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

发布评论

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

评论(1

无尽的现实 2024-11-07 15:44:44

您将需要实现一个 1X1 小部件。

Android 应用小组件资源

You will need to implement a 1X1 widget.

Android App Widget Resource

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