Reputation: 60204
Up to project requirements there should not be an ActionBar in the application, but I need to to use Navigation Drawer. Is it possible to use it without ActionBar?
Upvotes: 0
Views: 1711
Reputation: 157457
yes it should be possible. Programmatically call getSupportActionBar().hide()
Upvotes: 2