selectedTabnavitor.mxml 743 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
  3. xmlns:s="library://ns.adobe.com/flex/spark"
  4. xmlns:mx="library://ns.adobe.com/flex/mx" width="78" height="66">
  5. <fx:Declarations>
  6. <!-- 将非可视元素(例如服务、值对象)放在此处 -->
  7. </fx:Declarations>
  8. <s:Rect left="1" right="1" top="1"
  9. bottom="0" topLeftRadiusY="8" topRightRadiusY="8"
  10. topLeftRadiusX="8"
  11. topRightRadiusX="8">
  12. <s:fill>
  13. <s:LinearGradient rotation="90">
  14. <s:GradientEntry color="#69ECFC" alpha="1" />
  15. <s:GradientEntry color="#69ECFC" alpha="1" />
  16. </s:LinearGradient>
  17. </s:fill>
  18. </s:Rect>
  19. </s:Skin>