project_files/Android-build/SDL-android-project/res/layout/background.xml
author Vittorio Giovara <vittorio.giovara@gmail.com>
Fri, 03 Jan 2014 07:50:42 -0800
changeset 9931 409d991a59e8
parent 6602 9bd4985120b3
permissions -rw-r--r--
Merge pull request #10 from LocutusOfBorg/fix-avwrapper2 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d

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