@titanium/turbo
Version:
🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!
14 lines (13 loc) • 356 B
text/xml
<Alloy>
<Window>
<ScrollView>
<View class="container">
<ImageView id="logo"/>
<TextField id="username" onReturn="focusPassword"/>
<TextField id="password" onReturn="login"/>
<Button id="loginButton" onClick="login">Login</Button>
<Label id="motto">"There's always a banana."</Label>
</View>
</ScrollView>
</Window>
</Alloy>