2
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"
/>
FILL_PARENT(在API級別8和更高版本中更名爲MATCH_PARENT),http://stackoverflow.com/questions/5761960/what-is-the-difference-between-match-parent-and-fill-parent -property功能於安卓 – David 2013-04-10 10:34:15