project_files/Android-build/SDL-android-project/res/layout/main.xml
branchhedgeroid
changeset 7855 ddcdedd3330b
parent 6602 9bd4985120b3
child 7328 cd919a2ead4e
--- a/project_files/Android-build/SDL-android-project/res/layout/main.xml	Thu Nov 24 13:44:30 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/res/layout/main.xml	Sun Oct 28 13:28:23 2012 +0100
@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+	xmlns:android="http://schemas.android.com/apk/res/android"
+  	android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+	<include layout="@layout/background"/>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
-    >
-<TextView  
-    android:layout_width="fill_parent" 
-    android:layout_height="wrap_content" 
-    android:text="Press download on first every launch, then startGame"
-    />
-    
+    >    
     <Button
     	android:id="@+id/downloader"
     	android:layout_width="wrap_content"
@@ -23,4 +22,4 @@
     	android:text="startgame"/>
     	
 </LinearLayout>
-
+</FrameLayout>
\ No newline at end of file