project_files/Android-build/SDL-android-project/res/layout/background.xml
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 23:42:00 +0100
changeset 13029 a568bc16a99a
parent 6602 9bd4985120b3
permissions -rw-r--r--
Racer and TechRacer: Move cameera to first waypoint in Ready phase

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