Created
August 1, 2018 03:22
-
-
Save haigopi/54b20e9ec16a5a4226ec4641aed73245 to your computer and use it in GitHub Desktop.
A simple mxml explaining how to apply spark skin to a Halo(mx) component.
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
<s:Application....> | |
<fx:Style> | |
.testCustom { | |
skin: ClassReference("skins.TestCustomSkin"); | |
} | |
</fx:Style> | |
<mx:Button id="accordion" | |
styleName="TestCustomSkin" .../> | |
</s:Applicartion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment