Android Studio – How to reference an attribute defined in a different module
OK, so I have a module called "Gridbox" which is a layout widget I wrote a very long time ago. Within Gridbox is the file res/values/gridboxAttrs.xml which contains (abridged): <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="Gridbox_Layout"> <attr name="layout_weightx" format="float" /> <attr…