author | Medo <smaxein@googlemail.com> |
Wed, 01 Aug 2012 21:13:39 +0200 | |
changeset 7455 | 8e86d8d2927d |
parent 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" |
|
6602 | 6 |
android:scaleType="centerCrop" |
5424 | 7 |
android:src="@drawable/background"/> |
8 |
</merge> |