在带有微调器的全屏应用程序中隐藏通知栏

发布于 2024-12-12 09:20:10 字数 855 浏览 0 评论 0原文

我在全屏模式下运行一个应用程序,其中全屏被定义为整个应用程序的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文