project_files/Android-build/SDL-android-project/res/layout/main.xml
branchhedgeroid
changeset 5397 4ae1b082e4ba
parent 5304 e29aa9e29f00
child 5467 88e25840f532
--- a/project_files/Android-build/SDL-android-project/res/layout/main.xml	Tue Jul 05 18:23:54 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/main.xml	Tue Jul 05 18:27:18 2011 +0200
@@ -9,5 +9,18 @@
     android:layout_height="wrap_content" 
     android:text="Hello World, SDLActivity"
     />
+    
+    <Button
+    	android:id="@+id/downloader"
+    	android:layout_width="wrap_content"
+    	android:layout_height="wrap_content"
+    	android:text="downloader"/>
+    	
+    <Button
+    	android:id="@+id/startGame"
+    	android:layout_width="wrap_content"
+    	android:layout_height="wrap_content"
+    	android:text="startgame"/>
+    	
 </LinearLayout>