Fontify
Fontify copied to clipboard
Getting this Error - Attribute “font” already defined with incompatible format

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>