Skip to content

Instantly share code, notes, and snippets.

@rightson
Last active December 11, 2015 01:19
Show Gist options
  • Save rightson/4522976 to your computer and use it in GitHub Desktop.
Save rightson/4522976 to your computer and use it in GitHub Desktop.
Two-tabbed Alloy Application example (apps/views/index.xml)
<Alloy>
<Window class="container">
<Label id="label" onClick="doClick">Hello, World</Label>
</Window>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment