sbakhtiarov / gif-movie-view

Android View widget for displaying GIF animations.
BSD 3-Clause "New" or "Revised" License
460 stars 151 forks source link

Zooming gif animation #4

Open ajinkyapote1 opened 10 years ago

ajinkyapote1 commented 10 years ago

Hi, how can we zoom already playing gif animation to fit the device whole screen. please reply ASAP.

genliu commented 9 years ago

You can change how scaleH and scaleW are calculated in onMeasure() to achieve that.