首先在build.gradle文件中添加

compile'pl.droidsonroids.gif:android-gif-drawable:1.1.17'

然后同步



然后在layout的xml文件中使用

<pl.droidsonroids.gif.GifImageViewandroid:layout_width="match_parent"android:layout_height="match_parent"android:onClick="JustTest"android:src="@drawable/loading"/>

上面的控件中的

android:srcandroid:background

都可以是gif图片文件