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.
根据项目要求,应用程序中不应有 ActionBar,但我需要使用 Navigation Drawer。没有ActionBar可以用吗?
是的,应该是可能的。以编程方式调用getSupportActionBar().hide()
getSupportActionBar().hide()