author | Xeli |
Tue, 24 Jan 2012 03:38:18 +0100 | |
changeset 6595 | f567d52183ec |
parent 6588 | 58c04b8c6aee |
child 6602 | 9bd4985120b3 |
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" |
6588
58c04b8c6aee
remove the incorrect text that people need to download before playing
Xeli
parents:
5467
diff
changeset
|
6 |
> |
5397 | 7 |
<Button |
8 |
android:id="@+id/downloader" |
|
9 |
android:layout_width="wrap_content" |
|
10 |
android:layout_height="wrap_content" |
|
11 |
android:text="downloader"/> |
|
12 |
||
13 |
<Button |
|
14 |
android:id="@+id/startGame" |
|
15 |
android:layout_width="wrap_content" |
|
16 |
android:layout_height="wrap_content" |
|
17 |
android:text="startgame"/> |
|
18 |
||
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
19 |
</LinearLayout> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
20 |