Skip to content
New issue

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

Black lines on Android 5.1.1 #1625

Closed
dEn13L opened this issue Aug 31, 2020 · 0 comments · Fixed by #1704
Closed

Black lines on Android 5.1.1 #1625

dEn13L opened this issue Aug 31, 2020 · 0 comments · Fixed by #1704

Comments

@dEn13L
Copy link

dEn13L commented Aug 31, 2020

samsung tab a (2016) - 5.1.1
lottie 3.4.2

Just added LottieAnimationView and set local json file with setAnimation method

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

2020-08-31 17 47 35

2020-08-31 17 47 47

archive.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant