Skip to content

Instantly share code, notes, and snippets.

@gandharva
Forked from derekbrameyer/attrs.xml
Created May 10, 2014 16:04
Show Gist options
  • Save gandharva/61bec7c30cabc3ef6a17 to your computer and use it in GitHub Desktop.
Save gandharva/61bec7c30cabc3ef6a17 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CircularProgressView">
<attr name="cpv__backgroundColor" format="color" />
<attr name="cpv__backgroundColorPressed" format="color" />
<attr name="cpv__animationTime" format="float" />
<attr name="cpv__insideRadius" format="dimension" />
<attr name="cpv__progressWidth" format="dimension" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment