Layout 속성
CODEDRAGON ㆍDevelopment/Android
반응형
Layout 속성
속성 |
설명 |
layout_width |
fill model 속성으로 넓이 채우기 |
layout_height |
fill model 속성으로 높이 채우기 |
orientation |
방향 설정 |
padding |
여유공간 설정 |
weight |
공간의 가중치 값 설정 |
layout_gravity |
부모 컨테이너의 여유 공간에 있는 뷰를 정렬할 때 |
gravity |
뷰에서 표시하는 내용물을 정렬할 때
gravity 속성 값 · top · buttom · left · right · center_vertical · center_horizontal · fill_vertical · fill_horizontal · center · fill · clip_vertical · clip_horizontal
|
'Development > Android' 카테고리의 다른 글
안드로이드 - Service(서비스) (0) | 2019.03.01 |
---|---|
컨테이너(Container) - Layout 계층도, 컨테이너 종류, Layout 속성 (0) | 2019.02.28 |
DatePicker(데이트 피커) (0) | 2019.02.28 |
ConstraintLayout (0) | 2019.02.28 |
EditText(에디트텍스트), 입력필드 (0) | 2019.02.27 |