Skip to content

Instantly share code, notes, and snippets.

@Ankit-Slnk
Last active February 23, 2022 16:19
Show Gist options
  • Save Ankit-Slnk/87f887918c168336e0668a69737499c4 to your computer and use it in GitHub Desktop.
Save Ankit-Slnk/87f887918c168336e0668a69737499c4 to your computer and use it in GitHub Desktop.
public static int dpToPx(Context context, float dp) {
return Math.round(dp * context.getResources().getDisplayMetrics().density);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment