作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我的布局有很多 ImageView 。我想在一个 ImageView 中显示 .gif 动画文件。我尝试了 Yash 方法 ( Adding gif image in an ImageView in android ) 但 .gif 文件显示了所有布局。其他观点消失了。
我要全部显示。
有什么想法吗?
最佳答案
如果您不想使用 Glide, 只需将其添加到您的依赖项并创建您独特的“gif”。使用前检查最新版本。图片 View :
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
使用最少的代码行非常有效地工作。一个例子是:
<pl.droidsonroids.gif.GifImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/dancer"
android:src="@drawable/maddancer" />
关于android - 如何在 ImageView 中显示.gif 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16479108/
我是一名优秀的程序员,十分优秀!