What I am trying to do is change the width of the image in a ImageView without affecting the width of ImageView.
----------------------------------------------------------------
| |
| |
| ---------------------------------------------- |
| | | |
| | | |
| | this is the image( change its width) | |
| | | |
| ---------------------------------------------- |
| |
| this is imageView the width mustnt change |
----------------------------------------------------------------
How can I achieve this ? Please Help?