I am extracting styles for views which are inside Support Library\'s GridLayout.
GridLayout
Therefore, I have both attributes from the \"android\" namespace, e.g.
I have found this answer to a similar question. The same solution worked for me.
Just leave out the namespace prefix for the non-"android" attributes:
app:layout_columnSpan="2" in the layout becomes
app:layout_columnSpan="2"
2 in the styles, and not
2