author | Wuzzy <almikes@aol.com> |
Sun, 09 Apr 2017 00:51:26 +0200 | |
changeset 12206 | 1e3ab1e634f8 |
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> |