@titanium/turbo
Version:
🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!
19 lines (15 loc) • 472 B
text/xml
<Alloy>
<Require src="requires/simple" class="leftside">
<Label>hi there</Label>
<Label>I'm on the left side</Label>
<Button onClick="alertTitle">left button</Button>
</Require>
<Require src="requires/simple" class="rightside">
<Label>hi there</Label>
<Label>I'm on the right side</Label>
<Button onClick="alertTitle">right button</Button>
</Require>
<Require src="requires/deep">
<Label color="#42282F">I'm 3 views deep</Label>
</Require>
</Alloy>