i want to zoom in zoom out the group of images in galleryview.i have done zoom single image using imageview,here i need to zoom gallery view og images.how to do,please help me
gallery.setOnTouchListener(new View.OnTouchListener() {
@Override
public boolean onTouch(View v, MotionEvent event) {
//here i need the zoom functionality
return false;
}
});