Can I declare a gif like a jpg in eclipse ?
<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" />
Thanks