sbakhtiarov / gif-movie-view

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

Add alpha support for all API levels #6

Open Tobiaqs opened 10 years ago

Tobiaqs commented 10 years ago

This implementation uses a Paint object to draw frames with alpha, making this possible: sc20140507-215028

View's setAlpha didn't work on older devices so I had to find an alternative. I think this one is worth pull-requesting.