adding example for panel element

This commit is contained in:
Dan Buch 2010-02-18 21:01:42 -05:00
parent d71e38e21f
commit 7d9d373589
2 changed files with 22 additions and 0 deletions

21
03c8-panel/Photo.mxml Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundGradientColors="[#FFFFFF, #000000]">
<mx:Panel title="Featured Photograph"
backgroundAlpha=".25"
borderAlpha="1"
headerColors="[#c7c7c7, #ffffff]"
footerColors="[#ffffff, #c7c7c7]"
paddingTop="15" paddingRight="15" paddingLeft="15" paddingBottom="15"
shadowDirection="right">
<mx:Image source="assets/animals03.jpg"
horizontalCenter="0" top="30" />
<mx:Label text="Photographed by Elsie Weil"
horizontalCenter="0" top="250" />
</mx:Panel>
</mx:Application>

1
03c8-panel/assets Symbolic link
View File

@ -0,0 +1 @@
../_assets