Reputation: 758
I would like to add one of the menu icons of the action bar as below.
I need an icon and a bubble on top of that and I need to display a number on that at run time. Is it possible to do? I have Googled regarding this, but couldn't find exact way to do.
Thanks in advance.
Upvotes: 1
Views: 578
Reputation: 116
what you want is call "badge"
A simple way to "badge" any given Android view at runtime without having to cater for it in layout.
try this Lib
Upvotes: 4