Is there a way to implement a splash animation(i.e. to match_parent )?
I tried to use a full screen lottie player, but the issue is the json file do specify size and a fixed size won't fit on every devices.
@nick1Jian Set your LottieAnimationView to match_parent and the scaleType to centerCrop. That should work.
can't it be stretched instead based on the screen width?
How to play animation over status bar?
Most helpful comment
@nick1Jian Set your LottieAnimationView to match_parent and the scaleType to centerCrop. That should work.