Skip to content

Instantly share code, notes, and snippets.

@derekbrameyer
Created May 7, 2014 18:58
Show Gist options
  • Save derekbrameyer/2607e1dd1183f67e641f to your computer and use it in GitHub Desktop.
Save derekbrameyer/2607e1dd1183f67e641f to your computer and use it in GitHub Desktop.
CircularProgressView attrs.xml
<?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