I want like this :
My question : Can I add Badge
on hamburger navigation
menu icon with BadgeDrawable
?
CodePudding user response:
Implement DrawerArrowDrawable
class and override the draw(canvas: Canvas) method. For detailed example guide visit this link
https://android.pcsalt.com/add-badge-count-to-navigation-drawer-hamburger-icon-android/