project_files/Android-build/SDL-android-project/res/layout/main.xml
changeset 6588 58c04b8c6aee
parent 5467 88e25840f532
child 6602 9bd4985120b3
equal deleted inserted replaced
6587:3a0b9257c4f9 6588:58c04b8c6aee
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:orientation="vertical"
     3     android:orientation="vertical"
     4     android:layout_width="fill_parent"
     4     android:layout_width="fill_parent"
     5     android:layout_height="fill_parent"
     5     android:layout_height="fill_parent"
     6     >
     6     >    
     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
     7     <Button
    14     	android:id="@+id/downloader"
     8     	android:id="@+id/downloader"
    15     	android:layout_width="wrap_content"
     9     	android:layout_width="wrap_content"
    16     	android:layout_height="wrap_content"
    10     	android:layout_height="wrap_content"
    17     	android:text="downloader"/>
    11     	android:text="downloader"/>