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);
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);