How can I hide or remove the status bar in Android HoneyComb?

非 Y 不嫁゛ 提交于 2020-02-16 04:17:13

问题


How can I hide or remove the status bar in Android HoneyComb? Every time I run my application, I find some contents have to be covered by the status bar.

I have try to change the AndroidManifest.xml, but nothing changed.


回答1:


You don't. It's considered a permanent screen decoration in the same way that capacitive home/menu/etc. buttons below the touchscreen on Android phones are.

How are you measuring the space available for your content?




回答2:


You can only dim the status bar. See How do I dim the system bar in Android 3.0 (Honeycomb)?



来源:https://stackoverflow.com/questions/6563957/how-can-i-hide-or-remove-the-status-bar-in-android-honeycomb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!