简体   繁体   English

我无法隐藏标题栏

[英]I can not hide Title bar

I use this code in manifest for hide title bar, but i cant run my application: 我在清单文件中使用此代码来隐藏标题栏,但无法运行我的应用程序:

<activity
        android:name="com.example.MainActivity"
        android:theme="@android:style/Theme.NoTitleBar"
        android:screenOrientation="portrait"
        android:label="@string/app_name" >

Try using a physical device to test your app... Well I tried to hide the NoTitleBar but it became invisible instead!! 尝试使用物理设备来测试您的应用程序...好吧,我试图隐藏NoTitleBar,但是它变成不可见了!

http://developer.android.com/tools/device.html http://developer.android.com/tools/device.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM