0

I want to make a small bubble over a button in android which essentially tell the number of times the button is clicked or added items to the cart. I believe its called badges in iOS environment, I don't know about android, but this is what I want to achieve:

bubble over button

I also found a working solution here: Add new item count to icon on button - Android

But this doesn't work on Android 5.0+. In 5.0+ versions the bubble is hidden behind the button completely.

Community
  • 1
  • 1
Aman Grover
  • 1,621
  • 1
  • 21
  • 41

1 Answers1

0

In Working solution code if your arrange the button and the textview in Grid according to your need than it will solve your problem Find more about Gridview Here

Muhammad Younas
  • 1,543
  • 1
  • 22
  • 32