Created
May 18, 2017 10:50
-
-
Save ssaurel/5355f0c0f754c208757e6634ef2653a2 to your computer and use it in GitHub Desktop.
Specific Attributes for the Thermometer View
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<declare-styleable name="Thermometer"> | |
<attr name="radius" format="dimension" /> | |
<attr name="outerColor" format="color" /> | |
<attr name="middleColor" format="color" /> | |
<attr name="innerColor" format="color" /> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment