You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/facebook/examples/Hackbook/res/layout/splash.xml

6 lines
246 B
XML

<ImageView android:id="@+id/imageView1" xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/splash"
android:scaleType="fitXY"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />