- style.xml
   
<resources>  
    <style name="notitle">  
        <item name="android:windowNoTitle">true</item>  
    </style>   
</resources>manifest.xml
<application android:icon="@drawable/icon"   
        android:label="@string/app_name"   
        android:theme="@style/notitle">所以你学会了吗,这种办法最好的优势就是方便复用










