在 +3.0 android 上隐藏下部系统栏
好吧,我试图隐藏 +3.0 版本的 android 上的下部系统栏,我发现了这个,在android 3.0(honeycomb)中隐藏系统栏。
嗯,这个步骤已经很老了,4.0 现在已经出来了,所以我希望现在有一种方法可以做到这一点,不需要用户 root 设备。
well I'm trying to hide the lower system bar on +3.0 version of android i found this, Hiding Systembar in android 3.0(honeycomb).
Well this tread was pretty old and 4.0 is even out now so i was hoping there is a way to do this now that don't require the user to root the device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不支持此操作。当设备在屏幕外无法使用“主页”和“返回”按钮时,用户需要能够访问这些按钮。
一些运行 2.x 的 Android 设备将升级到 4.0。我的理解是,这些设备不会有底部系统栏,因为这些设备将有屏幕外的 HOME 和 BACK 按钮。系统栏的顶部(时间、信号强度、通知)是否可以通过
Theme.NoTitleBar.Fullscreen
之类的东西移除还有待观察——一旦 Nexus S 和类似产品出现,我们就会知道更多信息设备得到升级。This is not supported. Users need to be able to access the HOME and BACK buttons when they are not available by the device off-screen.
Some Android devices that are running 2.x will get upgraded to 4.0. My understanding is that those devices will not have the bottom system bar, as those devices will have off-screen HOME and BACK buttons. Whether the top portion of the system bar (time, signal strength, notifications) will be removable via things like
Theme.NoTitleBar.Fullscreen
remains to be seen -- we will know more once the Nexus S and similar devices get upgraded.