mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2026-01-03 20:50:34 +02:00
11 lines
No EOL
473 B
XML
11 lines
No EOL
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> |