<declare-styleable >使用問(wèn)題
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="NewClendar">
<attr name="dateFormat" format="string" />
</declare-styleable>
</resources>
Error in an XML file: aborting build.
在xml中使用時(shí)報(bào)錯(cuò)
2018-02-23
看看name是不是與strings.xml的一致