project_files/Android-build/SDL-android-project/res/layout/main.xml
changeset 7328 cd919a2ead4e
parent 6602 9bd4985120b3
child 7444 2e31f114f57e
equal deleted inserted replaced
7326:1fae07363938 7328:cd919a2ead4e
    19     	android:id="@+id/startGame"
    19     	android:id="@+id/startGame"
    20     	android:layout_width="wrap_content"
    20     	android:layout_width="wrap_content"
    21     	android:layout_height="wrap_content"
    21     	android:layout_height="wrap_content"
    22     	android:text="startgame"/>
    22     	android:text="startgame"/>
    23     	
    23     	
       
    24     <Button
       
    25     	android:id="@+id/joinLobby"
       
    26     	android:layout_width="wrap_content"
       
    27     	android:layout_height="wrap_content"
       
    28     	android:text="join lobby"/>
       
    29     
    24 </LinearLayout>
    30 </LinearLayout>
    25 </FrameLayout>
    31 </FrameLayout>