blob: fa43971fffd48959e95473bb6e3f4693379d89e7 [file] [log] [blame]
<HBox xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
backgroundColor="0xFF0000"
borderThickness="5"
borderStyle="solid"
borderColor="0x000000"
color="0x00FF00"
y="125">
<Button label="B1 in HBox" fillAlphas="[1,1]" />
<Button label="B2 in HBox" />
<Text text="Text in HBox" />
<NumericStepper />
<s:HSlider />
<Image id="myPic" width="100" height="100" source="@Embed('../../../../../Assets/Images/smallbluerect.jpg')"/>
<ComboBox />
</HBox>