Im currently using
canvas.scale(getWidth()/movie.width(),getHeight()/movie.height());
movie.draw(canvas, 10, 10);
but it seems the loading is dissapearing. My problem is that on smaller screens the GIF doesnt scale to its bounds.
This blog is all about Android development and problems\solutions
Im currently using
canvas.scale(getWidth()/movie.width(),getHeight()/movie.height());
movie.draw(canvas, 10, 10);
but it seems the loading is dissapearing. My problem is that on smaller screens the GIF doesnt scale to its bounds.
0 comments:
Post a Comment