project_files/Android-build/SDL-android-project/res/layout/main.xml
branchhedgeroid
changeset 7857 2bc61f8841a1
parent 7855 ddcdedd3330b
parent 7695 6237d2f002ba
child 7859 519d5bc91dd3
equal deleted inserted replaced
7855:ddcdedd3330b 7857:2bc61f8841a1
     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>