Skip to content

Instantly share code, notes, and snippets.

@evandroferreiras
Created December 5, 2018 09:45
Show Gist options
  • Save evandroferreiras/63d3186b6ec7a5bd71c5f7edbab90558 to your computer and use it in GitHub Desktop.
Save evandroferreiras/63d3186b6ec7a5bd71c5f7edbab90558 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MyImageViewBasic">
<attr name="imageSrc" format="reference"/>
<attr name="imagePlaceholder" format="reference"/>
<attr name="imageError" format="reference"/>
<attr name="isBlackAndWhite" format="boolean"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment