Android Utils
Android Utils
/
com.jeovanimartinez.androidutils.extensions.dimension
/
px2dp
px2dp
fun
Context
.
px2dp
(
value
:
Int
)
:
Int
Content copied to clipboard
fun
View
.
px2dp
(
value
:
Int
)
:
Int
Content copied to clipboard
fun
Context
.
px2dp
(
value
:
Float
)
:
Int
Content copied to clipboard
fun
View
.
px2dp
(
value
:
Float
)
:
Int
Content copied to clipboard
Converts px to dp. Return the result as Int