如何在 Android Galaxy tab 10.1 中隐藏状态栏?
我的一位客户希望始终在顶部运行他们的应用程序,因此他们希望隐藏 Galaxy Tab 10.1、p7500 上的状态栏。这可能吗?
有人发布了一些 Android HoneyComb 的方法。我们在 Galaxy tab 7500 上尝试过,没有 ROOT 访问权限,但不起作用。有人有同样的经历吗?请帮忙。 谢谢
One of my customer want to run their application on top always, so they want to hide the status bar on galaxy tab 10.1, p7500. is that possible?
Some one has posted some way to Android HoneyComb. we've try it on Galaxy tab 7500, without ROOT access, and it doesn't work. do some one has the same experience? please help.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以按照 这篇文章。
you can use the FullScreen Theme as explained in this article.
我找到了一种方法来隐藏屏幕底部的该栏(Galaxy Tab 2 10.1),但是,使用此方法将使该栏在与触摸屏交互时出现。
如果这是您想要的,您可以使用以下代码来完成:
并将
这两个片段放入您的活动代码中。
这个文档对我帮助很大。
I found a way how to hide that bar at the bottom of the screen (Galaxy Tab 2 10.1), however, using this method will make the bar appear when interacting with the touch screen.
If that is what you want, you can do it with the following code:
and
Put these two snippets into your Activity code.
This doc helped me a lot.
您可以在 oncreate 方法中使用以下代码
,也可以在清单文件中提到实现
you can use following code in oncreate method
and you can also achived that in mention in manifest file