加载gif图的库

2018-09-28  本文已影响0人  名字_都被占了

1.在app的build.gradle中添加依赖

implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.1'

2.布局文件中就可以直接写你需要加载的gif图片即可

<pl.droidsonroids.gif.GifImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/gif2" />

参考文章:

https://blog.csdn.net/xinpengfei521/article/details/72809013

上一篇 下一篇

猜你喜欢

热点阅读