Index: sky/sdk/example/game/apk/AndroidManifest.xml |
diff --git a/sky/sdk/example/game/apk/AndroidManifest.xml b/sky/sdk/example/game/apk/AndroidManifest.xml |
index 6487fbf8aa7dde66281eac26ba267c8fa19edf7e..5514d953c20569a0418582df48a20ef267ff6beb 100644 |
--- a/sky/sdk/example/game/apk/AndroidManifest.xml |
+++ b/sky/sdk/example/game/apk/AndroidManifest.xml |
@@ -9,10 +9,10 @@ |
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" /> |
<uses-permission android:name="android.permission.INTERNET"/> |
- <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Asteroids"> |
+ <application android:icon="@mipmap/ic_launcher" android:name="org.domokit.sky.shell.SkyApplication" android:label="Asteroids"> |
<activity android:name="org.domokit.sky.shell.SkyActivity" |
android:launchMode="singleTask" |
- android:theme="@android:style/Theme.Holo.Light.NoActionBar" |
+ android:theme="@android:style/Theme.Black.NoTitleBar" |
android:configChanges="orientation|keyboardHidden|keyboard|screenSize" |
android:hardwareAccelerated="true"> |
<intent-filter> |