project_files/Android-build/SDL-android-project/res/layout/main.xml
branchhedgeroid
changeset 7855 ddcdedd3330b
parent 6602 9bd4985120b3
child 7328 cd919a2ead4e
equal deleted inserted replaced
6350:41b0a9955c47 7855:ddcdedd3330b
     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     >    
     7 <TextView  
       
     8     android:layout_width="fill_parent" 
       
     9     android:layout_height="wrap_content" 
       
    10     android:text="Press download on first every launch, then startGame"
       
    11     />
       
    12     
       
    13     <Button
    12     <Button
    14     	android:id="@+id/downloader"
    13     	android:id="@+id/downloader"
    15     	android:layout_width="wrap_content"
    14     	android:layout_width="wrap_content"
    16     	android:layout_height="wrap_content"
    15     	android:layout_height="wrap_content"
    17     	android:text="downloader"/>
    16     	android:text="downloader"/>
    21     	android:layout_width="wrap_content"
    20     	android:layout_width="wrap_content"
    22     	android:layout_height="wrap_content"
    21     	android:layout_height="wrap_content"
    23     	android:text="startgame"/>
    22     	android:text="startgame"/>
    24     	
    23     	
    25 </LinearLayout>
    24 </LinearLayout>
    26 
    25 </FrameLayout>