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

时间:2013-03-07 07:34:53

标签: 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_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>

1 个答案:

答案 0 :(得分:0)

将属性android:scaleType="fitXY"添加到imageview