Skip to content

Instantly share code, notes, and snippets.

@kostovtd
Created December 19, 2016 20:09
Show Gist options
  • Save kostovtd/4eff0a1381cf31b3d465e5dbc72c3c2f to your computer and use it in GitHub Desktop.
Save kostovtd/4eff0a1381cf31b3d465e5dbc72c3c2f to your computer and use it in GitHub Desktop.
Display display = getWindowManager().getDefaultDisplay();
View view = findViewById(R.id.YOUR_VIEW_ID);
view.measure(display.getWidth(), display.getHeight());
view.getMeasuredWidth(); // view width
view.getMeasuredHeight(); //view height
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment