UI help for Notification on icon

前端 未结 5 1134
时光取名叫无心
时光取名叫无心 2020-12-19 11:54

I want to design the following UI. Can anybody give me an example or suggest some source code for implementation?

5条回答
  •  太阳男子
    2020-12-19 12:10

    Here is Project on Git Hub regarding showing badges on different items, but inside your application (i.e TextView, TabHost, ImageView etc)

    About showing the badge on application icon, this is not possible, because this is not android way of showing notifications. The android framework supports handling notifications using Status bar Notifications

提交回复
热议问题