一些Lottie文件动画在android上使用时会变形。那里的使用是否有问题或动画不好?动画在lottiefile网站上看起来不错。 https://lottiefiles.com/1844-timer
这是我在xml中使用的其他Lottie动画,它们效果很好。
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lottie"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:lottie_autoPlay="false"
app:lottie_fileName="count_down.json"
app:lottie_loop="false" />