Skip to content

Instantly share code, notes, and snippets.

@serebro
Created April 24, 2014 21:31
Show Gist options
  • Save serebro/11270253 to your computer and use it in GitHub Desktop.
Save serebro/11270253 to your computer and use it in GitHub Desktop.
<Alloy>
<Window class="container" onOpen="App.loader">
<Button onClick="showAlertDialog">Alert</Button>
<AlertDialog id="alertDialog" title="title" message="This is my message" cancel="1">
<ButtonNames>
<ButtonName>OK</ButtonName>
<ButtonName>Cancel</ButtonName>
<ButtonName platform="android">android</ButtonName>
</ButtonNames>
</AlertDialog>
</Window>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment