@titanium/turbo
Version:
🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!
16 lines (15 loc) • 319 B
text/xml
<Alloy>
<Window>
<ScrollableView id="scroller">
<View backgroundColor="#a00">
<Label onClick="addView">View 1</Label>
</View>
<View backgroundColor="#0a0">
<Label>View 2</Label>
</View>
<View backgroundColor="#00a">
<Label>View 3</Label>
</View>
</ScrollableView>
</Window>
</Alloy>