equal
deleted
inserted
replaced
13 src/com/gamemaker/game/MyGame.java |
13 src/com/gamemaker/game/MyGame.java |
14 |
14 |
15 then replace "SDLActivity" with the name of your class (e.g. "MyGame") |
15 then replace "SDLActivity" with the name of your class (e.g. "MyGame") |
16 in the XML below. |
16 in the XML below. |
17 |
17 |
18 An example Java class can be found in README.android |
18 An example Java class can be found in README-android.txt |
19 --> |
19 --> |
20 <application android:label="@string/app_name" |
20 <application android:label="@string/app_name" |
21 android:icon="@drawable/ic_launcher" |
21 android:icon="@drawable/ic_launcher" |
22 android:allowBackup="true" |
22 android:allowBackup="true" |
23 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> |
23 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> |