project_files/Android-build/SDL-android-project/res/layout/background.xml
branchhedgeroid
changeset 7855 ddcdedd3330b
parent 6602 9bd4985120b3
equal deleted inserted replaced
6350:41b0a9955c47 7855:ddcdedd3330b
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
     2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
     3 <ImageView
     3 <ImageView
     4 	android:layout_width="fill_parent"
     4 	android:layout_width="fill_parent"
     5 	android:layout_height="fill_parent"
     5 	android:layout_height="fill_parent"
     6 	android:scaleType="center"
     6 	android:scaleType="centerCrop"
     7 	android:src="@drawable/background"/>
     7 	android:src="@drawable/background"/>
     8 </merge>
     8 </merge>