Fontify icon indicating copy to clipboard operation
Fontify copied to clipboard

Getting this Error - Attribute “font” already defined with incompatible format

Open wellmonge opened this issue 7 years ago • 0 comments

image

attr.xml on this file attr name="font" is similar to reference name="font" as workaround rename that file for a custom name. Theres a possibility to resolve this on fontify?

<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="Fontify"> <attr name="font" format="string" /> </declare-styleable> </resources>

wellmonge avatar May 29 '18 16:05 wellmonge