안드로이드/Android-Dev

Android # Linear Layout

Linear Layout

  • 한 방향으로만 뷰를 쌓음.
  • 방향(orientation)이 필수 속성. (horizontal / vertical).
    • 가로(horizontal) : 위젯(widget)이 가로로 쌓인다.
    • 세로(vertical) : 위젯(widget)이 세로로 쌓인다.
  • 뷰 속성값을 잘 확인하자(match_parent/wrap_content)