Android
안드로이드/Android 픽셀(pixel), 디피(dp) 계산법 ~!
by 마인드진
2013. 3. 28. 15:43
1) pixel = dp * (density / 160)
2) dp = px * (160 / density)