0

画像サイズを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>
4

1 に答える 1

0

android:scaleType="fitXY"に属性を追加imageview

于 2013-03-07T07:37:00.767 に答える