author | Medo <smaxein@googlemail.com> |
Tue, 24 Jul 2012 16:57:48 +0200 | |
changeset 7355 | 5673e95ef647 |
parent 7328 | cd919a2ead4e |
child 7444 | 2e31f114f57e |
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"?> |
6602 | 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"/> |
|
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
7 |
<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
|
8 |
android:orientation="vertical" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
9 |
android:layout_width="fill_parent" |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
10 |
android:layout_height="fill_parent" |
6588
58c04b8c6aee
remove the incorrect text that people need to download before playing
Xeli
parents:
5467
diff
changeset
|
11 |
> |
5397 | 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 |
||
7328
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
24 |
<Button |
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
25 |
android:id="@+id/joinLobby" |
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
26 |
android:layout_width="wrap_content" |
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
27 |
android:layout_height="wrap_content" |
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
28 |
android:text="join lobby"/> |
cd919a2ead4e
Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
6602
diff
changeset
|
29 |
|
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
30 |
</LinearLayout> |
6602 | 31 |
</FrameLayout> |