px2sp

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

Converts px to sp. Return the result as Int