| <?xml version="1.0" encoding="utf-8"?> |
| <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" |
| xmlns:s="library://ns.adobe.com/flex/spark"> |
| <!-- host component --> |
| <fx:Metadata> |
| [HostComponent("ViewSkinnableComponentExample")] |
| </fx:Metadata> |
| |
| <!-- SkinParts |
| name=button, type=spark.components.Button, required=true |
| --> |
| |
| <s:Rect width="100%" height="100%"> |
| <s:fill> |
| <s:SolidColor color="0xFFFF00"/> |
| </s:fill> |
| </s:Rect> |
| |
| <s:Button id="button" label="Goto ViewGroupExample" horizontalCenter="0" verticalCenter="0"/> |
| |
| </s:Skin> |