1王污、在代碼里實(shí)現(xiàn)
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
這句話必須在setContentView之前寫
2晋被、在清單文件里application(全局的)或activity標(biāo)簽內(nèi)添加
android:theme="@android:style/Theme.NoTitleBar"
3潜秋、在styles.xml文件里定義
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<style name="notitle">
<item name="android:windowNoTitle">true</item>
</style>
</resources>
需要在清單文件中引用恨溜。