Skip to content

Instantly share code, notes, and snippets.

@develar
Created October 1, 2010 14:25
Show Gist options
  • Save develar/606283 to your computer and use it in GitHub Desktop.
Save develar/606283 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns="library://ns.adobe.com/flex/spark">
<layout>
<VerticalLayout/>
</layout>
<HGroup>
<Label text="Label 1"/>
<TextInput/>
</HGroup>
<HGroup>
<Label text="Label 2"/>
<TextInput/>
</HGroup>
<HGroup>
<Label text="Label 3"/>
<TextInput/>
</HGroup>
<HGroup>
<Label text="Label 4"/>
<TextInput/>
</HGroup>
<HGroup>
<Label text="Label 5"/>
<TextInput/>
</HGroup>
</Group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment