I\'ve been using GridLayout for a few weeks now and I\'ve noticed that when I call
gridLayout.requestLayout()
it spits out the following de
I made the issue go away by using wrap_content for the GridLayout's width instead of match_parent, I guess it is one less constraint for it to worry about.
wrap_content
match_parent