0

I'm using NavigationView for create a drawer menu replacing my old ListView.

This is my current work.

enter image description here

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?

1 Answers1

1

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

Kavin Prabhu
  • 2,307
  • 2
  • 17
  • 36