0

Does anyone know how to add icons like this in the navigation drawer?

https://i.stack.imgur.com/JvzOb.png

(cant add images until I have 10 rep. points)

1 Answers1

0

The content of the DraweLayoutis a ListView. So, you must set a custom adapter to the ListView, providing on the getView method the view desired. A good tutorial.

Víctor Albertos
  • 8,093
  • 5
  • 43
  • 71