project_files/Android-build/SDL-android-project/res/layout/background.xml
author koda
Wed, 12 Jun 2013 01:02:33 +0200
changeset 9203 bcc25cb9b122
parent 6602 9bd4985120b3
permissions -rw-r--r--
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)

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