Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在主要活动中设置了一个操作栏,这会创建一堆片段。但是,有几个片段需要隐藏操作栏,但我无法在片段中引用 ActionBarSherlock 类。
如何隐藏操作栏?感谢您的任何建议。
实际上,您可以通过活动来引用 ActionBar,您可以通过调用从 SherlockFragment 获取该活动SherlockFragment.getSherlockActivity(),然后只需调用SherlockFragmentActivity.getSupportActionBar()然后hide()
SherlockFragment.getSherlockActivity()
SherlockFragmentActivity.getSupportActionBar()
hide()