android 标题的设置问题

我在android项目的清单文件设置了android:theme="@android:style/Theme.Light.NoTitleBar" ,可是为什么显示的时候还是有标题?如果在布局中把原来默认的AppTheme换成NoTitleBar又是可以的,可是这样一来两个版本的一些控件又是有差别的,我还是希望在AppTheme下把清单文件的theme改成android:theme="@android:style/Theme.Light.NoTitleBar",怎么做?图片说明图片说明图片说明

http://android.tgbus.com/Android/tutorial/201108/363727.shtml

试试这个 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

一直用的去标题栏:1.在Activity中加上 requestWindowFeature(Window.FEATURE_NO_TITLE); 2在mainfest .android:theme="@android:style/Theme.NoTitleBar"或者android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"

写错了个 android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"