Created
June 10, 2014 01:39
-
-
Save Reacoder/5b897ec8b4a4c5cc26b4 to your computer and use it in GitHub Desktop.
dp convert to pixel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// 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