glide icon indicating copy to clipboard operation
glide copied to clipboard

Support tint list on GifDrawable.

Open sumita12 opened this issue 1 year ago • 0 comments
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.

sumita12 avatar Dec 04 '23 06:12 sumita12