免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 回復 發帖

隱藏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>
返回列表