본문 바로가기

Android

안드로이드/Android 픽셀(pixel), 디피(dp) 계산법 ~!

1) pixel = dp * (density / 160) 

2) 
dp = px * (160 / density)