Browse Source

Added splash screens to some of the Android demos

unknown 13 years ago
parent
commit
12fb418087

BIN
Samples/Android/CatapultWarsNet/Resources/drawable-land/Splash.png


BIN
Samples/Android/CatapultWarsNet/Resources/drawable-port/Splash.png


BIN
Samples/Android/CatapultWarsNet/Resources/drawable/Splash.png


+ 7 - 0
Samples/Android/CatapultWarsNet/Resources/values/Styles.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+  <style name="Theme.Splash" parent="android:Theme">
+    <item name="android:windowBackground">@drawable/splash</item>
+    <item name="android:windowNoTitle">true</item>
+  </style>
+</resources>

BIN
Samples/Android/Orientation/Resources/drawable/Splash.png


+ 7 - 0
Samples/Android/Orientation/Resources/values/Styles.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+  <style name="Theme.Splash" parent="android:Theme">
+    <item name="android:windowBackground">@drawable/splash</item>
+    <item name="android:windowNoTitle">true</item>
+  </style>
+</resources>