Skip to content

Instantly share code, notes, and snippets.

@mgdiez
Created November 28, 2018 01:31
Show Gist options
  • Save mgdiez/95236578e1bfe6c225f2cd46e1ee8fd4 to your computer and use it in GitHub Desktop.
Save mgdiez/95236578e1bfe6c225f2cd46e1ee8fd4 to your computer and use it in GitHub Desktop.
DP Extension
val Int.dp: Int
get() = (this * Resources.getSystem().displayMetrics.density).toInt()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment