In my app I want to change the ImageView like the following. I want only to change the image on the body.
I have followed the following link to change the alpha values by using the code like that
imageView.setAlpha(255);
But it is not working.
How to Set Opacity (Alpha) for View in Android. Please anybody suggest me how to do that.