Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created May 18, 2017 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/5355f0c0f754c208757e6634ef2653a2 to your computer and use it in GitHub Desktop.
Save ssaurel/5355f0c0f754c208757e6634ef2653a2 to your computer and use it in GitHub Desktop.
Specific Attributes for the Thermometer View
<?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