author | Xeli |
Fri, 19 Aug 2011 03:33:25 +0200 | |
branch | hedgeroid |
changeset 5607 | d3a3e80ad1da |
parent 5467 | 88e25840f532 |
child 6588 | 58c04b8c6aee |
permissions | -rw-r--r-- |
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
3 |
android:orientation="vertical" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
4 |
android:layout_width="fill_parent" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
5 |
android:layout_height="fill_parent" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
6 |
> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
7 |
<TextView |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
8 |
android:layout_width="fill_parent" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
9 |
android:layout_height="wrap_content" |
5467
88e25840f532
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents:
5397
diff
changeset
|
10 |
android:text="Press download on first every launch, then startGame" |
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
11 |
/> |
5397 | 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 |
||
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
25 |
</LinearLayout> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
26 |