true在代码中使用以下方法:getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN)..._android 隐藏状态栏">
赞
踩
在 Android 开发中,隐藏状态栏的方法如下:
<item name="android:windowFullscreen">true</item>
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN);
请注意,隐藏状态栏可能会影响用户体验,因此应该在适当的时候使用它。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。