Skip to content

Instantly share code, notes, and snippets.

@Reacoder
Created June 10, 2014 01:39
Show Gist options
  • Select an option

  • Save Reacoder/5b897ec8b4a4c5cc26b4 to your computer and use it in GitHub Desktop.

Select an option

Save Reacoder/5b897ec8b4a4c5cc26b4 to your computer and use it in GitHub Desktop.
dp convert to pixel.
/// Converts 14 dip into its equivalent px
float px = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 14, getResources().getDisplayMetrics());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment