在 ICS 中看到的图像
在 Gingerbread 中运行时的位置
片段的 XML 代码
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/background"
android:id="@+id/homelayout" >
<ImageView
android:id="@+id/homepageLogo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/background"
android:alpha="255"
android:scaleType="fitXY" />
</LinearLayout>
这种奇怪的行为有什么原因吗?