Skip to content

Instantly share code, notes, and snippets.

@tuoxie007
Created April 17, 2014 12:54
Show Gist options
  • Save tuoxie007/10981189 to your computer and use it in GitHub Desktop.
Save tuoxie007/10981189 to your computer and use it in GitHub Desktop.
android get text view size dynamiclly
TV.setText("bla");
TV.measure(0, 0); //must call measure!
TV.getMeasuredHeight(); //get width
TV.getMeasuredWidth();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment