diff --git a/AndorsTrail/res/drawable/sky_bottom.png b/AndorsTrail/res/drawable/sky_bottom.png
new file mode 100644
index 000000000..b163b090a
Binary files /dev/null and b/AndorsTrail/res/drawable/sky_bottom.png differ
diff --git a/AndorsTrail/res/drawable/sky_gradient.png b/AndorsTrail/res/drawable/sky_gradient.png
new file mode 100644
index 000000000..bdba38455
Binary files /dev/null and b/AndorsTrail/res/drawable/sky_gradient.png differ
diff --git a/AndorsTrail/res/drawable/sky_gradient_drawable.xml b/AndorsTrail/res/drawable/sky_gradient_drawable.xml
new file mode 100644
index 000000000..40536445b
--- /dev/null
+++ b/AndorsTrail/res/drawable/sky_gradient_drawable.xml
@@ -0,0 +1,7 @@
+
+
diff --git a/AndorsTrail/res/drawable/sky_top.png b/AndorsTrail/res/drawable/sky_top.png
new file mode 100644
index 000000000..d2068aeda
Binary files /dev/null and b/AndorsTrail/res/drawable/sky_top.png differ
diff --git a/AndorsTrail/res/drawable/title_logo.png b/AndorsTrail/res/drawable/title_logo.png
new file mode 100644
index 000000000..d97ce0bfb
Binary files /dev/null and b/AndorsTrail/res/drawable/title_logo.png differ
diff --git a/AndorsTrail/res/layout-land/startscreen.xml b/AndorsTrail/res/layout-land/startscreen.xml
new file mode 100644
index 000000000..fdc1e416e
--- /dev/null
+++ b/AndorsTrail/res/layout-land/startscreen.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AndorsTrail/res/layout-land/title_bg_layout.xml b/AndorsTrail/res/layout-land/title_bg_layout.xml
new file mode 100644
index 000000000..a5e27eed4
--- /dev/null
+++ b/AndorsTrail/res/layout-land/title_bg_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AndorsTrail/res/layout/startscreen.xml b/AndorsTrail/res/layout/startscreen.xml
index 5ecaf76e8..1c09410d0 100644
--- a/AndorsTrail/res/layout/startscreen.xml
+++ b/AndorsTrail/res/layout/startscreen.xml
@@ -1,114 +1,121 @@
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
+
-
-
+
-
+
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AndorsTrail/res/layout/title_bg_layout.xml b/AndorsTrail/res/layout/title_bg_layout.xml
new file mode 100644
index 000000000..0de691569
--- /dev/null
+++ b/AndorsTrail/res/layout/title_bg_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AndorsTrail/res/layout/title_bg_sky_layout.xml b/AndorsTrail/res/layout/title_bg_sky_layout.xml
new file mode 100644
index 000000000..ee6f67f80
--- /dev/null
+++ b/AndorsTrail/res/layout/title_bg_sky_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/StartScreenActivity.java b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/StartScreenActivity.java
index d1e1a1936..00db4b024 100644
--- a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/StartScreenActivity.java
+++ b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/StartScreenActivity.java
@@ -14,7 +14,12 @@ import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
-import com.gpl.rpg.AndorsTrail.*;
+
+import com.gpl.rpg.AndorsTrail.AndorsTrailApplication;
+import com.gpl.rpg.AndorsTrail.AndorsTrailPreferences;
+import com.gpl.rpg.AndorsTrail.Dialogs;
+import com.gpl.rpg.AndorsTrail.R;
+import com.gpl.rpg.AndorsTrail.WorldSetup;
import com.gpl.rpg.AndorsTrail.controller.Constants;
import com.gpl.rpg.AndorsTrail.resource.tiles.TileManager;
import com.gpl.rpg.AndorsTrail.savegames.Savegames;
@@ -96,7 +101,8 @@ public final class StartScreenActivity extends Activity {
Dialogs.showLoad(StartScreenActivity.this);
}
});
-
+
+
TextView development_version = (TextView) findViewById(R.id.startscreen_dev_version);
if (AndorsTrailApplication.DEVELOPMENT_INCOMPATIBLE_SAVEGAMES) {
development_version.setText(R.string.startscreen_incompatible_savegames);