【发布时间】:2017-02-24 06:31:32
【问题描述】:
如何在 Imageview 中显示动画 Gif 我使用了 Drawable 文件夹中的 Gif,它不像 Gif 那样显示。求各位帮忙
这是我的 Imageview 代码
<ImageView
android:layout_width="40dp"
android:id="@+id/ivGif"
android:src="@drawable/success_bg"
android:layout_height="40dp"
android:gravity="center|bottom"
android:visibility="visible" />
【问题讨论】:
-
这个问题看不懂,可能要用stackoverflow.com/a/34870817/1318946
-
在给定的链接中尝试解决方案。 stackoverflow.com/questions/6533942/…
-
Display Animated GIF的可能重复
标签: android animated-gif