adding application container demo
This commit is contained in:
parent
58571dd8be
commit
881123c601
12
03c1-application-container/Demo.mxml
Normal file
12
03c1-application-container/Demo.mxml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
|
||||
backgroundGradientColors="[#FFFFFF, #FFDE00]"
|
||||
verticalGap="15"
|
||||
layout="horizontal">
|
||||
|
||||
<mx:Image source="assets/animals03.jpg" />
|
||||
|
||||
<mx:Label text="Photographed by Elsie Weil"
|
||||
fontSize="15" fontWeight="bold" />
|
||||
|
||||
</mx:Application>
|
Loading…
Reference in New Issue
Block a user