kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

Custom Drawer Layout (Question) #30

Closed nowke closed 9 years ago

nowke commented 9 years ago

How to customize the drawer layout?

Something like this

kanytu commented 9 years ago

Just change this file: https://github.com/kanytu/android-material-drawer-template/blob/master/app/src/main/res/layout/fragment_navigation_drawer.xml

You can customize this xml the way you want your navigation drawer to look like.