我可以在 eclipse 中声明像 jpg 这样的 gif 吗?
<ImageView
android:contentDescription="@string/ppant"
android:id="@+id/gifYesOrNo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button4"
android:layout_alignLeft="@+id/button4"
android:layout_alignRight="@+id/button4"
android:src="@drawable/gif" />
谢谢