android custom view attributes not working after switch to gradle

前端 未结 5 2065
小蘑菇
小蘑菇 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条回答
  •  伪装坚强ぢ
    2021-02-02 01:05

    I think you should use

    iconview:name="entypo_search"
    

    instead of

    iconview:icon_name="entypo_search"
    

提交回复
热议问题