Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created June 26, 2013 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianshen/5869292 to your computer and use it in GitHub Desktop.
Save julianshen/5869292 to your computer and use it in GitHub Desktop.
Attributes of SimpleCellLayout
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SimpleCellLayout">
<attr name="col" format="integer"/>
<attr name="row" format="integer"/>
<attr name="gapsize" format="dimension"/>
<attr name="colspan" format="integer"/>
<attr name="rowspan" format="integer"/>
<attr name="cellX" format="integer"/>
<attr name="cellY" format="integer"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment