How do I customize the navigation drawer in Android Studios? -


how customize navigation drawer this:

enter image description here

i cant find tutorials customize navigation drawer. can please help?

you can use materialdrawer library has nice api , set custom view want drawer this:

        drawer = new drawerbuilder()             .withactivity(this)             .withcustomview(myview)             .build(); 

Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -