1
The following I declare normal to ImageView :
<ImageView
    android:id="@+id/imageView1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:src="@drawable/imagem"/>
but the image does not occupy the whole screen.