project_files/Android-build/SDL-android-project/res/layout/background.xml
branchhedgeroid
changeset 5467 88e25840f532
parent 5424 0627ac9bd878
child 6602 9bd4985120b3
equal deleted inserted replaced
5465:b7e009722465 5467:88e25840f532
       
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <merge xmlns:android="http://schemas.android.com/apk/res/android">
     2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
     2 <ImageView
     3 <ImageView
     3 	android:layout_width="fill_parent"
     4 	android:layout_width="fill_parent"
     4 	android:layout_height="fill_parent"
     5 	android:layout_height="fill_parent"
     5 	android:scaleType="center"
     6 	android:scaleType="center"
     6 	android:src="@drawable/background"/>
     7 	android:src="@drawable/background"/>
     7 
       
     8 </merge>
     8 </merge>