如下图中标题栏文字,启动的时候怎么删除?
只需要在Androidmanifest.xml文件中启动的activity里加上一行代码(红色的即是)
android:theme="@android:style/Theme.NoTitleBar"
android:theme="@android:style/Theme.NoTitleBar"
android:icon="@drawable/icon"
android:label="@string/app_name" >

相关阅读: