project_files/Android-build/SDL-android-project/res/layout/main.xml
changeset 7328 cd919a2ead4e
parent 6602 9bd4985120b3
child 7444 2e31f114f57e
--- a/project_files/Android-build/SDL-android-project/res/layout/main.xml	Wed Jul 11 01:51:28 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/main.xml	Wed Jul 11 01:52:01 2012 +0200
@@ -21,5 +21,11 @@
     	android:layout_height="wrap_content"
     	android:text="startgame"/>
     	
+    <Button
+    	android:id="@+id/joinLobby"
+    	android:layout_width="wrap_content"
+    	android:layout_height="wrap_content"
+    	android:text="join lobby"/>
+    
 </LinearLayout>
 </FrameLayout>
\ No newline at end of file