본문 바로가기

Android

dimension values

- dp : density-independent pixels
스크린의 피지컬에 기반한 추상적 단위

- sp : scale-independent pixels
폰트 크기 설정시 권장되는 단위! 사용자 설정, 스크린 밀도 모두에 대해서 조정된다.

'Android' 카테고리의 다른 글

tweened animation  (0) 2013.10.08
supported bitmap file format  (0) 2013.10.08
alternate resources  (0) 2013.10.08
resources naming rule  (0) 2013.10.08
define colors  (0) 2013.10.08