JAVA Eclipse创建的Android程序如何不显示标题栏

来源:互联网 发布:杭州旅游攻略知乎 编辑:程序博客网 时间:2024/06/07 16:31
在manifest.xml文件的application节点添加下面一行即可

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

如果要恢复默认,则改成

android:theme="@style/AppTheme"

 

 

 

 

 

 

 

 

 

 

阅读全文
0 0