| 12345678910111213141516171819202122232425262728293031323334 |
- <?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"
-
- xmlns:mx="library://ns.adobe.com/flex/mx" width="78" height="66">
-
- <fx:Declarations>
-
- <!-- 将非可视元素(例如服务、值对象)放在此处 -->
-
- </fx:Declarations>
-
- <s:Rect left="1" right="1" top="1"
- bottom="0" topLeftRadiusY="8" topRightRadiusY="8"
- topLeftRadiusX="8"
- topRightRadiusX="8">
-
- <s:fill>
-
- <s:LinearGradient rotation="90">
-
- <s:GradientEntry color="#69ECFC" alpha="1" />
-
- <s:GradientEntry color="#69ECFC" alpha="1" />
-
- </s:LinearGradient>
-
- </s:fill>
-
- </s:Rect>
-
- </s:Skin>
|