그리드 뷰
-
[안드로이드] gridView 설정 관련안드로이드(java)/UI 관련 2018. 10. 29. 18:18
gridView를 사용하는데 한 줄에 버튼 7개를 넣어보려고 했더니 자꾸만 칸 밖으로 나가지는 겁니다.왜 안되나 했더니 기본적으로는 정렬이 지원되지 않나보네요...API 21 버전 이상에서만 사용할 수 있다고 합니다. UPDATE: Weights are supported as of API 21. There are limitations when using the GridLayout, the following quote is taken from the documentation."GridLayout does not provide support for the principle of weight, as defined in weight. In general, it is not therefore possible to..