Android的 - 让无标题及放大器应用全屏;图标? [英] Android - Make app fullscreen without title & icon?

查看:159
本文介绍了Android的 - 让无标题及放大器应用全屏;图标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:结果
  在全屏模式隐藏标题?

我想提出一个应用程序,需要在全屏幕。我想通知栏显示,而不是一个标题栏或图标(我的构建目标是4.0.3)。我曾试图把它在全屏幕,但它保持不变。

I am making a app that need to be in full screen. i want the notification bar to show, but not a titlebar or icon (my build target is 4.0.3). I have tried to put it in full screen but it stays the same.

有没有替代方案得到全屏幕应用程序布局/看法?

Is there any alternative to get full screen app layout / view?

任何帮助将大大AP preciated!

Any help would be greatly appreciated!

我想隐藏的Hello Android的文本和图标

i want to hide the hello android text and icon

下面是一个例子:

推荐答案

在清单文件,你想成为没有标题栏的每个活动选项卡下,地点:

In the Manifest file, under each activity tab you want to be without a title bar, place:

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

如果你想没有通知栏为好,然后用:

If you wanted no notification bar as well, then use:

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

这篇关于Android的 - 让无标题及放大器应用全屏;图标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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