Reputation: 11
I want to show numbers over icons in my application. These numbers will come at the runtime. As shown in the image. Please help, how i can achieve this in android.
ICON image
Upvotes: 0
Views: 761
Reputation: 2723
Make a FrameLayout with your ImageView, then make another imageView with the red cicle and a TextView for the number.
Then you can make this badge very easy. just play around with the layout. In a Framelayout every Item is over another item.
Upvotes: 5