Eugene
Eugene

Reputation: 60204

Can I use Navigation Drawer without ActionBar

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

Answers (1)

Blackbelt
Blackbelt

Reputation: 157457

yes it should be possible. Programmatically call getSupportActionBar().hide()

Upvotes: 2

Related Questions