当新消息到来时,在按钮上显示新消息的数量,当没有新消息时,不应显示
我们有一个功能,可以通过在图标的右上角显示一个小数字来为用户更新新的待处理消息,同样我想知道我们是否有方法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要实现一个 1X1 小部件。
Android 应用小组件资源
You will need to implement a 1X1 widget.
Android App Widget Resource