Android 隐藏标题栏回来了
当我的应用程序启动时,标题栏被隐藏。但是,如果我离开应用程序然后返回(最小化或手机进入睡眠状态),顶部会插入一个空白栏。这是一个故意的功能吗?我该如何预防?按下菜单键后,该栏似乎消失了。
这是清单文件中的相关行:
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
谢谢
When my app starts, the title bar is hidden. However, if I leave the app and then return (minimize or phone goes to sleep), there is a blank bar inserted at the top. Is this an intentional feature? How can I prevent it? It seems that the bar goes away after I press the menu key.
This is the relevant line in the manifest file:
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)