forfiter91
Results
2
comments of
forfiter91
It is possible to add something like tintList to an image with this lib?
For PNG i am doing it as below: ` Glide.with(getContext()) .asBitmap() .load(url) .listener(listener) .into(new SimpleTarget() { @Override public void onResourceReady(Bitmap resource, Transition