I have implemented a nav drawer in my app and works well. There has been new requirement added to the project to display a notification count ON the nav drawer icon like below:
So my thought was to try and set a Relative Layout with an image view for hamburger icon and text view for the notification count.
I've looked around here (on SO) and online and I can't find anything that would help. Is there anyway around this problem or has anyone done this before? If I could do this without writing something custom that would be great as time is an issue.
I'm not looking for code, just pointing in the right direction.