author | Vittorio Giovara <vittorio.giovara@gmail.com> |
Fri, 03 Jan 2014 07:09:28 -0800 | |
changeset 9923 | 5071f5682733 |
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> |