Created
November 18, 2016 01:40
-
-
Save enginebai/9c2ac47e2ccd6d04a222f1e3d70d337b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<declare-styleable name="SwagPoints"> | |
<attr name="points" format="integer" /> | |
<attr name="max" format="integer" /> | |
<attr name="min" format="integer"/> | |
<attr name="step" format="integer"/> | |
<attr name="indicatorIcon" format="reference" /> | |
<attr name="progressWidth" format="dimension" /> | |
<attr name="progressColor" format="color" /> | |
<attr name="arcWidth" format="dimension" /> | |
<attr name="arcColor" format="color" /> | |
<attr name="textSize" format="dimension"/> | |
<attr name="textColor" format="color"/> | |
<attr name="clockwise" format="boolean" /> | |
<attr name="enabled" format="boolean" /> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment