px2dp

fun Context.px2dp(value: Int): Int
fun View.px2dp(value: Int): Int
fun Context.px2dp(value: Float): Int
fun View.px2dp(value: Float): Int

Converts px to dp. Return the result as Int