ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
或者
<ImageView
android:id="@+id/imageView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>