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

在manifest.xml文件的application节点添加下面一行即可

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

如果要恢复默认,则改成

android:theme="@style/AppTheme"

 

 

 

 

 

 

 

 

 

 

原文地址:https://www.cnblogs.com/acetaohai123/p/6755097.html