如何在Android中隐藏导航控件或系统控件 [英] How to hide the Navigation controls or System controls in Android

查看:202
本文介绍了如何在Android中隐藏导航控件或系统控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序中我必须隐藏Android手机中的系统UI任何人都可以帮助..在你的活动声明中找到这个....

解决方案

在AndroidManifest.xml文件中,将活动主题声明为全屏:

 android:theme =@ android:style / Theme.NoTitleBar.Fullscreen


In my app i have to hide the System UI in android phone could any one pls help..Regarding this....

解决方案

in your activity declaration in the AndroidManifest.xml file, declare the activity theme to be fullscreen:

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"


这篇关于如何在Android中隐藏导航控件或系统控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆