Android
GridLayout
iRang1101
2015. 7. 6. 17:23
android.support.v7.widget.GridLayout android:id="@+id/myGrid" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="80dp" android:layout_weight="1" android:background="@color/black_translucence" app:columnCount="6" app:rowCount="4" |
태그는 생략.
GridLayout은 가로세로 설정한 갯수로.. childView를 배치한다.