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>
そのような奇妙な行動の理由は何ですか?