glide
glide copied to clipboard
Support tint list on GifDrawable.
trafficstars
Description
This PR implements GifDrawable#setTintList() and GifDrawable#setTintMode() to support tint list (e.g. android:tint).
Motivation and Context
Our Android app uses a tint list to change the drawable colors, but GifDrawable doesn't support tint thus it doesn't work well.