【发布时间】:2017-07-13 04:49:41
【问题描述】:
【问题讨论】:
-
到目前为止你做了什么?
-
@Pallavi Tapkir 你有 gif 文件动画相框吗?相框代码:bignerdranch.com/blog/frame-animations-in-android 如果它是 z gif:stackoverflow.com/questions/31082330/…
【问题讨论】:
您可以使用该 GIF 图像并将该图像加载到 Imageview 中。你可以使用这个库来加载koral--/android-gif-drawable
并将您的 ImageView 更改为
<pl.droidsonroids.gif.GifImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/src_anim"
android:background="@drawable/bg_anim"
/>
【讨论】: