Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 345 Bytes

Android Navigation Drawer Sample

Modify the Google api demo.

Replace the v4.app.ActionBarDrawerToggle with v7.app.ActionBarDrawerToggle.

Add a right drawer.

Add two button in the toolbar to control the left and right drawer.

Original code in:

https://github.com/googlesamples/android-NavigationDrawer