Android] 기본 Attribute - 크기

 

Android] 기본 Attribute - 크기

 

실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.

 

 

 

기본 Attribute - 크기

 

* layout_width,layout_height
화면에서 차지하는 넓이와 높이 설정
  - fill_parent:컨테이너의 길이만큼
  - wrap_content:해당뷰가 필요한 만큼
단위
  - dpi,dp:Density-independentPixels,160dpiscreen 기준
  - px:pixel
  - sp:Scale-independent Pixels,폰트 크기 설정할 때 주로 사용, 스크린 density와 사용자 선호를 기준으로 크기 결정

 

'스마트폰 > Android' 카테고리의 다른 글

Android] 기본 Attribute - visibility  (0) 2018.04.29
Android] 기본 Attribute - background, id  (0) 2018.04.29
Android] XML을 이용한 UI 구성  (0) 2018.04.29
Android] 실습 2 : 로그 출력 및 확인  (0) 2018.04.29
Android] R.java  (0) 2018.04.29

+ Recent posts