Skip to content

Instantly share code, notes, and snippets.

@davidyang
Created September 9, 2012 17:26
Show Gist options
  • Save davidyang/3685877 to your computer and use it in GitHub Desktop.
Save davidyang/3685877 to your computer and use it in GitHub Desktop.
Non-working Requires
<Alloy>
<Tab title="Dialer" icon="icons/dark_phone.png">
<Window id="dialerWindow" class="container" title="Dialer" navBarHidden="true">
<Require src="phone/phone" id="phone" />
</Window>
</Tab>
</Alloy>
<Alloy>
<TabGroup>
<Require src="dialerTab" />
<Require src="recentCallsTab" />
<Require src="settingsTab" />
</TabGroup>
</Alloy>
<Alloy>
<View>
<Require src="phone/lcd" id="lcd" />
<Require src="phone/dialpad" id="dialpad" />
</View>
/Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment