스마트폰/Android
Android] 기본 Attribute - 크기
행복한짱짱이
2018. 4. 29. 10:31
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와 사용자 선호를 기준으로 크기 결정