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)
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)
The content of the DraweLayout
is a ListView
. So, you must set a custom adapter to the ListView
, providing on the getView
method the view desired. A good tutorial.