project_files/Android-build/SDL-android-project/res/layout/background.xml
author unc0rr
Tue, 31 Dec 2013 00:53:29 +0400
branch0.9.20
changeset 9895 1f8f7ebf43f7
parent 6602 9bd4985120b3
permissions -rw-r--r--
Some fixes

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