Skip to content

7rajatgupta/MaterialDesignNavigationDrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Navigation Drawer.

example

A custom activity which you can choose from the New > Activity menu in Android Studio.

Drawer

Using this you can create Material Design Navigation Drawer with ease. Android Studio 2.2+ always adds up unnecessary code and methods. This gives a minimal approach giving you exactly everything you need.

It has three design layouts as shown in the screenshots.

1.Drawer with Black Toolbar. 2.Drawer with Normal shade Toolbar. 3.Drawer with visibility on Top of the Toolbar. alt-text-1

Installation :

  • Copy the MaterialNavigationDrawerActivity folder to the template folder located in: {Android Studio installation dir}\plugins\android\lib\templates\activities\

  • Restart Android studio.

Usage:

  • Click File > New > New Project...
  • You know what to do, Give your project a name. Click Next
  • Select Material Drawer Activity
  • Select the styles/layout you want in your application
  • Click Finish

Find out more at the Developer Documentation.

I'd love to hear from you :)

Good Luck !