android开发中可能不需要显示标题,在AndroidManifest.xml进行如下设置

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

再试试看,就没有标题了