How do I hide the ActionBar after starting the Contextual ActionBar?
getActionBar()
returns null in the ActionMode.Callback methods. Is it possible?
I only want to show the Contextual ActionBar, not both as it does now.
How do I hide the ActionBar after starting the Contextual ActionBar?
getActionBar()
returns null in the ActionMode.Callback methods. Is it possible?
I only want to show the Contextual ActionBar, not both as it does now.