Kuti Gbolahan
Kuti Gbolahan

Reputation: 2439

Remove Toolbar as actionbar after using setSupportActionBar

I have a toolbar that was set up using setSupportActionBar();, so at some point i want the toolbar not to be the actionbar again. So is there anyway you can remove a toolbar as actionbar after setting it up using setSupportActionBar.

Upvotes: 0

Views: 433

Answers (1)

raasesh
raasesh

Reputation: 161

Then just try hiding the toolbar view when it is not needed...

Upvotes: 1

Related Questions