次のような ImageButton があります。
<ImageButton android:id="@+id/donateButton"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginRight="1dp"
android:src="@drawable/donate"
android:contentDescription="@string/donate"
/>
@drawable/donate が donate.gif を指す場所 古い Android バージョン (1.5、1.6、2.X) では、この画像が表示されます。同様の問題を抱えている人、または解決策を持っている人はいますか?