Changeset 721
- Timestamp:
- Mar 4, 2011, 5:03:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/android/AndroidManifest.xml
r720 r721 7 7 android:icon="@drawable/icon"> 8 8 <activity android:name=".LolActivity" 9 android:label="@string/app_name"> 9 android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 10 android:label="@string/app_name" 11 android:launchMode="singleTask"> 10 12 <intent-filter> 11 13 <action android:name="android.intent.action.MAIN" />
Note: See TracChangeset
for help on using the changeset viewer.