SyntaxFix
Write A Post
Hire A Developer
Questions
try with this metods:
int width = mView.getMeasuredWidth(); int height = mView.getMeasuredHeight();
Or
int width = mTextView.getMeasuredWidth(); int height = mTextView.getMeasuredHeight();