You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
아하, GridLayout에 추가되는 자식 View의 width를 임의로 하기 보다는 weight로 균등하게 만들어지는 방법이 있을것 같습니다.
찾아보니 layout_rowWeight ,layout_columnWeight 이라는 속성이 있는데요. 이것을 사용해보셨었나요? 개수가 고정적이지 않다면 RecyclerView + GridLayoutManager 를 사용하는것도 해결책 중에 하나가 될것 같긴합니다.
어떤 버그인가요?
그리드 레이아웃의 텍스트뷰들의 간격이 마음대로 입니다...
(6주차의 코드 내용으로 아직 커밋하지 않았습니다)
참고 자료
The text was updated successfully, but these errors were encountered: