-
Notifications
You must be signed in to change notification settings - Fork 0
ConvertionUtils
Shanti Ranjan Das edited this page Jan 24, 2020
·
2 revisions
-
pxToDp(px: Int)
Returns pixel to DP in int -
dpToPx(dp: Int)
Returns DP to pixel in int -
toPixel(context: Context, dp: Float)
Returns DP to pixel in float -
toDp(context: Context, px: Float)
Return px to DP in float