I would like to know how pass from this :
To this :
By using colorFilter on my ImageView.
Thanks in advance.
You can use ImageView.setAlpha(float) (between 0-1)
ImageView.setAlpha(float)