免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
Board logo

標題: 隱藏ActionBar 最上標題 [打印本頁]

作者: mhfo    時間: 2018-8-7 15:17     標題: 隱藏ActionBar 最上標題

<application

android:icon="@drawable/icon"

android:allowBackup="true"

android:label="@string/app_name"

android:supportsRtl="true"

android:theme="@style/AppTheme">
    <!--android:theme="@style/Theme.AppCompat.Light.NoActionBar"--> <!-- 隱藏ActionBar 最上標題-->

<activity android:name=".SharedPreferencesEx01">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>

</application>




歡迎光臨 魚骨頭的雲端圖書館 (http://mhfo.hotbbs.info/) Powered by Discuz! 7.0.0