project_files/Android-build/SDL-android-project/res/layout/main.xml
changeset 6602 9bd4985120b3
parent 6588 58c04b8c6aee
child 7328 cd919a2ead4e
equal deleted inserted replaced
6601:5965e2927b3d 6602:9bd4985120b3
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <FrameLayout
       
     3 	xmlns:android="http://schemas.android.com/apk/res/android"
       
     4   	android:layout_width="fill_parent"
       
     5 	android:layout_height="fill_parent">
       
     6 	<include layout="@layout/background"/>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     7 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:orientation="vertical"
     8     android:orientation="vertical"
     4     android:layout_width="fill_parent"
     9     android:layout_width="fill_parent"
     5     android:layout_height="fill_parent"
    10     android:layout_height="fill_parent"
     6     >    
    11     >    
    15     	android:layout_width="wrap_content"
    20     	android:layout_width="wrap_content"
    16     	android:layout_height="wrap_content"
    21     	android:layout_height="wrap_content"
    17     	android:text="startgame"/>
    22     	android:text="startgame"/>
    18     	
    23     	
    19 </LinearLayout>
    24 </LinearLayout>
    20 
    25 </FrameLayout>