Hi guys, I have an android application that needs to zoom an image about centre. i implemented the code
Matrix matrix = new Matrix();
matrix.setScale(scaleWidth, scaleHeight);
imView.setScaleType(ScaleType.MATRIX);
imView.setImageMatrix(matrix);
imView.invalidate();
But i get the zooming about top left of the imView(imageView). i need to make it about centre. anybody please help
views:
54answers:
1thank you...........
asifkt
2010-10-12 11:16:12