project_files/Android-build/SDL-android-project/res/layout/main.xml
branchphysfslayer
changeset 7951 c64c0b413ff7
parent 7931 5a27ed7f17b7
parent 7947 0cf5277fef1a
child 7955 85b3970b402a
equal deleted inserted replaced
7931:5a27ed7f17b7 7951:c64c0b413ff7
     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"/>
       
     7 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     8     android:orientation="vertical"
       
     9     android:layout_width="fill_parent"
       
    10     android:layout_height="fill_parent"
       
    11     >    
       
    12     <Button
       
    13     	android:id="@+id/downloader"
       
    14     	android:layout_width="wrap_content"
       
    15     	android:layout_height="wrap_content"
       
    16     	android:text="downloader"/>
       
    17     	
       
    18     <Button
       
    19     	android:id="@+id/startGame"
       
    20     	android:layout_width="wrap_content"
       
    21     	android:layout_height="wrap_content"
       
    22     	android:text="startgame"/>
       
    23     	
       
    24 </LinearLayout>
       
    25 </FrameLayout>