【发布时间】:2023-03-25 17:25:01
【问题描述】:
这里是 xml 的代码:
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/minepic" />
这里的 minepic 是一个 gif 动画图像,但在运行应用程序后它只显示一个静态图像。
有没有关于如何在 android 应用程序中为 .gif 图像设置动画的解决方案?
【问题讨论】:
标签: android jquery-animate gif animationdrawable