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 或 SherlockActionBar 中避免它?
我建议使用带有新支持库的 Material Design。通过这样做,您可以将 ActionBar 替换为 Toolbar,从而获得更多控制权。通过使用工具栏,您可以使用 setVisibility() 方法实现您的目标。