Problems using Custom Layout in XML
- by Kevin
I've created a new GridLayout class that I want to use in an XML File. The class is in another project. I've created the attrs.xml file in the other project with my properties but when the constructor gets called with the AttributeSet, none of the values are set.
In my xml for my screen layout, I refer to the layout with the following:…