author | sheepluva |
Mon, 09 Nov 2015 19:21:40 +0100 | |
changeset 11342 | aa3f886c6298 |
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> |