author | Xeli |
Tue, 09 Aug 2011 20:53:37 +0200 | |
branch | hedgeroid |
changeset 5506 | 2b0c4fcde4c6 |
parent 5467 | 88e25840f532 |
child 6602 | 9bd4985120b3 |
permissions | -rw-r--r-- |
5467
88e25840f532
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents:
5424
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
5424 | 2 |
<merge xmlns:android="http://schemas.android.com/apk/res/android"> |
3 |
<ImageView |
|
4 |
android:layout_width="fill_parent" |
|
5 |
android:layout_height="fill_parent" |
|
6 |
android:scaleType="center" |
|
7 |
android:src="@drawable/background"/> |
|
8 |
</merge> |