This is my requirement in Android . I need to display a tiny image. When the user presses the image the image should zoom in slightly and go back to it's original position, thus giving the impression that the image has been clicked. How do I go about doing this? (I tried using 2 different images (using image selector) in imageview, but both images got scaled to the view size and hence there was no animation visible)
Please help.
Regards, Sam