I wanted to zoom a image.. It will work perfectly with views... i.e setBounds...
Using java Syntax Highlighting
- image.setBounds((getWidth()/2)-zoomControler, (getHeight()/2)-zoomControler, (getWidth()/2)+zoomControler, (getHeight()/2)+zoomControler);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
I wanted to know how to do the same in class which is extending activity??
regards,
nisha


