How to implement a badge counter on android hamburger menu icon [duplicate]
This question already has an answer here: Add new item count to icon on button - Android 5 answers I am trying to implement a counter badge on the hamburger menu icon (i.e. not the other menu icons). Similar to the eBay app. as in.. Has anyone looked into this? Trying to figure out the cleanest way possible. its pretty simple to do with the Toolbar Widget you could follow below example to achieve that: first create an Oval shape <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#ff00"/> </shape> then create a toolbar widget as below: