세로 또는 가로의 단일 방향으로 모든 하위요소를 정렬
한쪽 방향으로 차례대로 뷰를 추가하며 화면을 구성
뷰가 차지할 수 있는 사각형 영역을 할당
필수 속성
android:layout_width
android:layout_height
android:orientation //방향 변경
weight: view에 가중치를 주는 속성, 컴포넌트들의 크기를 조절해줌
ex) android:layout_weight="1"
android:gravity="원하는 속성 값"
start, end, bottom, center, center_horizontal, center_vertical