Search code examples
androidimageviewcolorfilter

How get this effect with color filter in Android


I would like to know how pass from this :

enter image description here

To this :

enter image description here

By using colorFilter on my ImageView.

Thanks in advance.


Solution

  • You can use ImageView.setAlpha(float) (between 0-1)