summaryrefslogtreecommitdiffstats
path: root/sparkbutton/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sparkbutton/src/main/res/values/attrs.xml')
-rw-r--r--sparkbutton/src/main/res/values/attrs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sparkbutton/src/main/res/values/attrs.xml b/sparkbutton/src/main/res/values/attrs.xml
new file mode 100644
index 000000000..aeb5de3cc
--- /dev/null
+++ b/sparkbutton/src/main/res/values/attrs.xml
@@ -0,0 +1,11 @@
+<?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> \ No newline at end of file