fedilab-Android-App/sparkbutton/src/main/res/values/attrs.xml

11 lines
473 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SparkButton">
<attr name="iconSize" format="dimension|reference" />
<attr name="activeImage" format="reference" />
<attr name="inactiveImage" format="reference" />
<attr name="primaryColor" format="reference" />
<attr name="secondaryColor" format="reference" />
<attr name="animationSpeed" format="float" />
</declare-styleable>
</resources>