hide ActionBar in contextual ActionMode

2019-07-21 01:58发布

问题:

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.