Skip to content

Instantly share code, notes, and snippets.

@moagrius
Created July 1, 2016 17:37
Show Gist options
  • Save moagrius/1ed67ba06b8a0c50e47e0f00b2be239d to your computer and use it in GitHub Desktop.
Save moagrius/1ed67ba06b8a0c50e47e0f00b2be239d to your computer and use it in GitHub Desktop.
Use this to gather custom XML attributes for CenterContainViewGroup
<resources>
<declare-styleable name="CenterContainViewGroup">
<attr name="natural_width" format="integer" />
<attr name="natural_height" format="integer" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment