The following 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 fill the entire screen.