Skip to content

Instantly share code, notes, and snippets.

@evant
Created December 4, 2013 22:25
Show Gist options
  • Save evant/7796723 to your computer and use it in GitHub Desktop.
Save evant/7796723 to your computer and use it in GitHub Desktop.
Android dp to pixels
float px = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, dp, getResources().getDisplayMetrics());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment