在带有微调器的全屏应用程序中隐藏通知栏
我在全屏模式下运行一个应用程序,其中全屏被定义为整个应用程序的 xml 主题。
<style name="MyAppTheme" parent="android:Theme">
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@null</item>
</style>
我的应用程序中有一个微调器,微调器的下拉列表有很多项目并且有滚动器,因此当弹出微调器时,会显示通知,然后当我选择一个项目时隐藏,如图 http://www.mathiaslin.com/dl/statusbar2.png,我已阅读 http://code.google.com/p/android/issues/detail ?id=3674,但我是一个微调器而不是对话框,所以我无法使用
dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN
WindowManager.LayoutParams.FLAG_FULLSCREEN);
你能帮助我吗?
I run an app in fullscreen mode where fullscreen is defined as a theme in xml for the entire app.
<style name="MyAppTheme" parent="android:Theme">
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@null</item>
</style>
i have a spinner in my app,the dropdown list of spinner have many items and have scroller,so when pop the spinner,the notification is show,and then hide when i choice one item as pic http://www.mathiaslin.com/dl/statusbar2.png, i have read
http://code.google.com/p/android/issues/detail?id=3674,but iam a spinner not a dialog so i cannot use
dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN
WindowManager.LayoutParams.FLAG_FULLSCREEN);
can you help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论