hide ActionBar in contextual ActionMode
问题 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. 来源: https://stackoverflow.com/questions/28220792/hide-actionbar-in-contextual-actionmode