jmartinesp / GoogleNavigationDrawerMenu

Android Library for a DrawerLayout similar to the one in Google Apps
270 stars 76 forks source link

with out action bar #26

Open vedhavyas opened 9 years ago

vedhavyas commented 9 years ago

Hi

Can I use this lib with out action bar ?

AkshayChordiya commented 9 years ago

@vedhavyas I guess you mean showing Navigation Drawer over the Action Bar ? If yes then you should use ToolBar

vedhavyas commented 9 years ago

@AkshayChordiya No akshay, i'm going with a full screen app with out action bar. So can u use this lib in that scenario. if so, can i use my app button to bring up the Drawer ?

AkshayChordiya commented 9 years ago

@vedhavyas The navigation drawer is not responsible for hiding the action bar, their are various ways to hide the action bar, I prefer you Google it out. I didn't catch the last part.