Some of lottie file animation get deform when use them on android. Is there problem in there usage or that animation is bad. The animations looks good on lottiefile website. https://lottiefiles.com/1844-timer
here is my xml that I use other animations of lottie like this they work perfect.
<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" />