[Android Study] GridLayout
• GridLayout: row, column으로 구성된 table 형태의 layout (TableLayout 대비 직관적) – orientation: view 나열 방향 – rowCount: 세로 view 갯수 – columnCount: 가로 view 갯수 – GridLayout에 속한 view는 크기가 wrap_content로 기본 설정 – rowCount, columnCount 설정해서 한 줄에 몇개씩 배치할 지 설정 – layout_columnSpan, layout_rowSpan으로 Cell 병합 가능