Skip to content

Instantly share code, notes, and snippets.

@entertainyou
Created March 10, 2015 06:23
Show Gist options
  • Save entertainyou/511220435af5915d4caa to your computer and use it in GitHub Desktop.
Save entertainyou/511220435af5915d4caa to your computer and use it in GitHub Desktop.
demo code
# skins.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="skin" name="foo">10</item>
</resources>
# attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="Skin">
<attr name="skin" format="enum">
<enum name="white" value="0" />
<enum name="green" value="1" />
</attr>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment