project_files/Android-build/SDL-android-project/res/layout/background.xml
author sheepluva
Mon, 09 Nov 2015 19:21:40 +0100
changeset 11342 aa3f886c6298
parent 6602 9bd4985120b3
permissions -rw-r--r--
fix hedgehog on parachute facing in wrong direction if parachute opens during double-jump

<?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>