Android的标题栏拆除 [英] Android title bar removal

查看:236
本文介绍了Android的标题栏拆除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
  <一href="http://stackoverflow.com/questions/2445999/what-do-i-have-to-add-to-a-layout-to-hide-the-titlebar">What我必须添加到布局隐藏标题栏?

如何从显示出来取下电池下方的标题,时间吧?

How do I remove the title below the battery, time bar from showing up?

不知道的术语是吧,但这张照片是在嵌套XML布局吧:

Not sure the terminology for that bar, but on this picture it is the "Nested XML Layout" bar:

推荐答案

Android的加入:主题属性设置为您的Andr​​oidManifest.xml:

Add the android:theme property to your AndroidManifest.xml:

<application android:theme="@android:style/Theme.NoTitleBar">

这篇关于Android的标题栏拆除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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