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 had the same issue and I found that I missed to add XML namespace. Corrected it in this way:
...
Then changed prefix of attributes used by compatibility GridLayout with XML namespace too:
and it helped... Hope it helps you too.