Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created August 1, 2018 03:22
Show Gist options
  • Save haigopi/54b20e9ec16a5a4226ec4641aed73245 to your computer and use it in GitHub Desktop.
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.
<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