alloy
Version:
TiDev Titanium MVC 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>