I'm using NavigationView for create a drawer menu replacing my old ListView.
This is my current work.
But my old drawer menu has a number after each MenuItem (red rectangle area in the image).
Do NavigationView have a way to do this too?
I'm using NavigationView for create a drawer menu replacing my old ListView.
This is my current work.
But my old drawer menu has a number after each MenuItem (red rectangle area in the image).
Do NavigationView have a way to do this too?
No you can't! Right now implementing NavigationView
using DesignLibrary
don't support for adding custom items to the list. So you could wait for the update with fix else revert back and use custom NagigationDrawer
using ListView
or RecyclerView