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

Not working on Android L #10

Open
venomUnleashed-zz opened this issue Dec 2, 2014 · 2 comments
Open

Not working on Android L #10

venomUnleashed-zz opened this issue Dec 2, 2014 · 2 comments

Comments

@venomUnleashed-zz
Copy link

Hi I created a demo app using this library and it ran expectedly on Android 4.4
However, no animation happens on Android L

@kyungin-park
Copy link

AnimationDrawable doesn't autostart on Lollipop.

For example,

DisplayGIF.java

little = new GifAnimationDrawable(getResources().openRawResource(R.raw.anim1));
little.setOneShot(true);
little.start(); <---------------- start animation manually.
imagebutton.setImageDrawable(little);

0lumide added a commit to 0lumide/gifanimateddrawable that referenced this issue Jul 27, 2016
This is in reference to Hipmob#10
GifAnimationDrawable.setOneShot(true) seems to also affect the animation, making it not play at all
@HeliumCore
Copy link

HeliumCore commented Mar 29, 2017

Thanks for the tip with the 'start();' !!

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

No branches or pull requests

3 participants