We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samsung tab a (2016) - 5.1.1 lottie 3.4.2
Just added LottieAnimationView and set local json file with setAnimation method
LottieAnimationView
setAnimation
private fun showAnimatedIcon(@RawRes icon: Int) { lottieView.setAnimation(icon) lottieView.playAnimation() }
<com.airbnb.lottie.LottieAnimationView android:id="@+id/lottieView" android:layout_width="24dp" android:layout_height="24dp" app:lottie_loop="true" />
Results with black lines during animation
archive.zip
The text was updated successfully, but these errors were encountered:
Don't render masks or mattes of <1px (#1704)
9b0857d
Fixes #1625
Successfully merging a pull request may close this issue.
samsung tab a (2016) - 5.1.1
lottie 3.4.2
Just added
LottieAnimationView
and set local json file withsetAnimation
methodResults with black lines during animation
archive.zip
The text was updated successfully, but these errors were encountered: