Skip to content

Instantly share code, notes, and snippets.

@jamesmundy
Created November 18, 2014 17:13
Show Gist options
  • Save jamesmundy/7fb37948c90dca2e4135 to your computer and use it in GitHub Desktop.
Save jamesmundy/7fb37948c90dca2e4135 to your computer and use it in GitHub Desktop.
Custom attribute used for my SVG Image control
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<declare-styleable name="ImageControl">
<attr name="SVGSource" format="string"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment