CSS for skinning ActionBar


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
  3. xmlns:s="library://ns.adobe.com/flex/spark"
  4. firstView="views.ActionBarHomeView">
  5.  
  6. <fx:Style>
  7. @namespace s "library://ns.adobe.com/flex/spark";
  8.  
  9. s|ActionBar {
  10. chromeColor: #16938D;
  11. defaultButtonAppearance: beveled;
  12. skinClass: ClassReference("org.corlan.skins.CustomActionBarSkin");
  13. }
  14.  
  15. </fx:Style>
  16. </s:ViewNavigatorApplication>

URL: http://corlan.org/?p=3142

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.