Created
October 1, 2010 14:25
-
-
Save develar/606283 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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