setColorFilter not working

As much as I hate to answer my own questions I found the problem:
I should’ve used:

   weatherImg.setColorFilter(Color.WHITE, PorterDuff.Mode.SRC_ATOP);

Leave a Comment