安卓去除標題的方法

第1種:在AndroidManifest.xml文件中定義android

<application android:icon="@drawable/icon"  android:label="@string/app_name" android:theme="@android :style/Theme.NoTitleBar">app

能夠看出,這樣寫的話,整個應用都會去掉標題欄,若是隻想去掉某一個Activity的標題欄的話,能夠把這個屬性加到activity標籤裏面spa

第2種:這種在通常的應用中不經常使用,就是在res/values目錄下面的style.xml的文件中在第二個例如:.net

<resources>xml

    <!-- Application theme. -->get

    <style name="AppTheme" parent="AppBaseTheme">string

        <item name="android:windowNoTitle">true</item>it

    </style>io

</resources>class


加上這個有背影的文字後就沒有了系統的標題

相關文章
相關標籤/搜索