Return to Snippet

Revision: 50569
at August 26, 2011 19:34 by mcorlan


Initial Code
<?xml version="1.0" encoding="UTF-8"?>
<Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"
    scaleGridLeft="2" scaleGridTop="3" scaleGridRight="88" scaleGridBottom="61">
    
    <Rect y="2" width="89.8335" height="60">
        <fill>
          <SolidColor color="#16938D"/>
        </fill>
      </Rect>
      <Rect x="0.0830078" y="35" width="89.8335" height="26.6665" >
        <fill>
          <LinearGradient x="44.9165" y="0" scaleX="26.6665" rotation="90">
            <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
            <GradientEntry ratio="0.160132" color="#E2E2E2" alpha="0.126504"/>
            <GradientEntry ratio="0.400165" color="#A9A9A9" alpha="0.31613"/>
            <GradientEntry ratio="1" alpha="0.79"/>
          </LinearGradient>
        </fill>
      </Rect>
      <Rect y="1.89014" width="89.8335" height="21.3774" >
        <fill>
          <LinearGradient x="44.9165" y="21.3774" scaleX="21.3774" rotation="270">
            <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
            <GradientEntry ratio="1" color="#FFFFFF"/>
          </LinearGradient>
        </fill>
      </Rect>
      <Rect width="90" height="2">
        <fill>
          <SolidColor alpha="0.75"/>
        </fill>
      </Rect>
      <Rect y="62" width="90" height="2">
        <fill>
          <SolidColor alpha="0.85"/>
        </fill>
      </Rect>
      <Rect y="64" width="90" height="1">
        <fill>
          <SolidColor alpha="0.35"/>
        </fill>
      </Rect>
      <Rect y="65" width="90" height="1">
        <fill>
          <SolidColor alpha="0.25"/>
        </fill>
      </Rect>
      <Rect y="66" width="90" height="1">
        <fill>
          <SolidColor alpha="0.2"/>
        </fill>
      </Rect>
      <Rect y="67" width="90" height="1">
        <fill>
          <SolidColor alpha="0.15"/>
        </fill>
      </Rect>
      <Rect y="68" width="90" height="1">
        <fill>
          <SolidColor alpha="0.1"/>
        </fill>
      </Rect>
      <Rect y="69" width="90" height="1">
        <fill>
          <SolidColor alpha="0.05"/>
        </fill>
      </Rect>
      <Rect x="1" y="2" alpha="0.25" width="88" height="1" >
        <fill>
          <SolidColor color="#FFFFFF"/>
        </fill>
      </Rect>
      <Rect x="1" y="61" alpha="0.1" width="88" height="1">
        <fill>
          <SolidColor color="#FFFFFF"/>
        </fill>
      </Rect>
      <Rect y="2" width="1" height="60">
        <fill>
          <LinearGradient x="0.5" y="0" scaleX="60" rotation="90">
            <GradientEntry ratio="0" color="#FFFFFF" alpha="0.25"/>
            <GradientEntry ratio="1" color="#FFFFFF" alpha="0.1"/>
          </LinearGradient>
        </fill>
      </Rect>
      <Rect x="89" y="2" width="1" height="60">
        <fill>
          <LinearGradient x="0.5" y="0" scaleX="60" rotation="90">
            <GradientEntry ratio="0" color="#FFFFFF" alpha="0.25"/>
            <GradientEntry ratio="1" color="#FFFFFF" alpha="0.1"/>
          </LinearGradient>
        </fill>
      </Rect>
      <Rect width="90" height="70">
        <fill>
          <SolidColor color="#FFFFFF" alpha="0"/>
        </fill>
      </Rect>
</Graphic>

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

Initial Description


Initial Title
Flex mobile development: FXG background file for Custom ActionBar Skin

Initial Tags
mobile, Flex

Initial Language
ActionScript 3