答案 0 :(得分:0)
您可以使用该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"
/>