android custom view attributes not working after switch to gradle

前端 未结 5 2069
小蘑菇
小蘑菇 2021-02-02 00:29

so I recently migrated to gradle now my custom view attributes return null

my project looks like this

--custom_icon_view // library that holds the custom view wi

5条回答
  •  -上瘾入骨i
    2021-02-02 00:56

    If anyone is here and nothing appears to be working. From what I can see, having an underscore in your namespace appears to work fine in the editor, but breaks unexpectedly as you build the app.

提交回复
热议问题