Android 设置ImageView全屏代码如下: <ImageView android:id="@+id/iv_image" android:scaleType="fitXY" android:layout_width="match_parent" android:layout_height="match_parent"/> android:scaleType的参数选择. 参考官方: http://developer.android.com/reference/android/widget/ImageView.html#attr_android:scaleType