My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<degrafa:GraphicRectangularBorderSkin xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:degrafa="http://www.degrafa.com/2007" xmlns:utils="info.joshmcdonald.barra.utils.*">

<mx:Script>
<![CDATA[
import mx.core.EdgeMetrics;

private const bm:EdgeMetrics = new EdgeMetrics(1,1,1,1);

override public function get borderMetrics():EdgeMetrics
{
return bm;
}

]]>
</mx:Script>

<degrafa:geometry>
<degrafa:RegularRectangle x="0" y="0" width="{skinWidth}" height="{skinHeight}">
<degrafa:fill>
<degrafa:SolidFill color="#000000" alpha="0.3"/>
</degrafa:fill>
</degrafa:RegularRectangle>
<degrafa:RegularRectangle x="1" y="1" width="{skinWidth-2}" height="{skinHeight-2}">
<degrafa:fill>
<degrafa:SolidFill color="#dddddd"/>
</degrafa:fill>
</degrafa:RegularRectangle>
</degrafa:geometry>

</degrafa:GraphicRectangularBorderSkin>
Show details Hide details

Change log

r2 by josh.gfunk.mcdonald on May 14, 2009   Diff
Initial commit, TabNavigator
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 961 bytes, 31 lines
Hosted by Google Code