Skip to content

Instantly share code, notes, and snippets.

@kebbbnnn
Created August 9, 2017 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kebbbnnn/61a9090175f4dafe92f4467d9476c3c9 to your computer and use it in GitHub Desktop.
Save kebbbnnn/61a9090175f4dafe92f4467d9476c3c9 to your computer and use it in GitHub Desktop.
DisplayMetrics displayMetrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(displayMetrics);
int height = displayMetrics.heightPixels;
int height75Percent = height - (height * 0.75f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment