Skip to content

Instantly share code, notes, and snippets.

@vontell
Created January 27, 2018 17:22
Show Gist options
  • Save vontell/46ac84481e7998300724398d0e37ba5e to your computer and use it in GitHub Desktop.
Save vontell/46ac84481e7998300724398d0e37ba5e to your computer and use it in GitHub Desktop.
002 ChipView Attributes
<resources>
...
<declare-styleable name="ChipView">
<attr name="imageSrc" format="integer" />
<attr name="text" format="string" />
<attr name="imageURL" format="string" />
</declare-styleable>
...
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment