project_files/Android-build/SDL-android-project/res/layout/background.xml
author sheepluva
Sat, 29 Nov 2014 05:24:47 +0100
changeset 10566 cc90ea6448c7
parent 6602 9bd4985120b3
permissions -rw-r--r--
map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView
	android:layout_width="fill_parent"
	android:layout_height="fill_parent"
	android:scaleType="centerCrop"
	android:src="@drawable/background"/>
</merge>