SyntaxFix
Write A Post
Hire A Developer
Questions
Trying using :
imageview.setFitToScreen(true); imageview.setScaleType(ScaleType.FIT_CENTER);
This will fit your imageview to the screen with the correct ratio.