project_files/Android-build/SDL-android-project/res/layout/main.xml
branchhedgeroid
changeset 5397 4ae1b082e4ba
parent 5304 e29aa9e29f00
child 5467 88e25840f532
equal deleted inserted replaced
5395:5caae9d7e12e 5397:4ae1b082e4ba
     7 <TextView  
     7 <TextView  
     8     android:layout_width="fill_parent" 
     8     android:layout_width="fill_parent" 
     9     android:layout_height="wrap_content" 
     9     android:layout_height="wrap_content" 
    10     android:text="Hello World, SDLActivity"
    10     android:text="Hello World, SDLActivity"
    11     />
    11     />
       
    12     
       
    13     <Button
       
    14     	android:id="@+id/downloader"
       
    15     	android:layout_width="wrap_content"
       
    16     	android:layout_height="wrap_content"
       
    17     	android:text="downloader"/>
       
    18     	
       
    19     <Button
       
    20     	android:id="@+id/startGame"
       
    21     	android:layout_width="wrap_content"
       
    22     	android:layout_height="wrap_content"
       
    23     	android:text="startgame"/>
       
    24     	
    12 </LinearLayout>
    25 </LinearLayout>
    13 
    26