如何消除android中的垂直图像间隙

如何消除android中的垂直图像间隙,android,Android,我把我的图像尺寸保持在320*480,但它在垂直面上显示空白,请给出一些建议。这是我的xml代码,请给我建议 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_par

我把我的图像尺寸保持在320*480,但它在垂直面上显示空白,请给出一些建议。这是我的xml代码,请给我建议

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <ImageView
        android:id="@+id/ImageView01"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:baselineAlignBottom="true"
        android:src="@drawable/splash" />
</LinearLayout>

将属性添加到
imageview