Is it possible to define the stylable attributes as required? (as in XSD schemas)
<declare-styleable name="PieChart">
<attr name="name" format="string" use="required"/>
</declare-styleable>
The above XML does not work, is there another syntax to achieve it?