You can use this segment to set scale type for Image View programatically..
imgview.setScaleType(ImageView.ScaleType.CENTER_INSIDE);
Hope it helps…
You can use this segment to set scale type for Image View programatically..
imgview.setScaleType(ImageView.ScaleType.CENTER_INSIDE);
Hope it helps…