SyntaxFix
Write A Post
Hire A Developer
Questions
I could get image width and height by its drawable;
int width = imgView.getDrawable().getIntrinsicWidth(); int height = imgView.getDrawable().getIntrinsicHeight();