You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/09/02 01:40:35 UTC

[33/41] git commit: [flex-sdk] [refs/heads/develop] - Added missing skins for 120 dpi

Added missing skins for 120 dpi


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/56514800
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/56514800
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/56514800

Branch: refs/heads/develop
Commit: 565148008ce2ab85fc8de4ac861e39331d29fe5d
Parents: 1e1b425
Author: Om <bi...@gmail.com>
Authored: Mon Aug 19 15:56:00 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Mon Aug 19 15:56:00 2013 -0700

----------------------------------------------------------------------
 flex-sdk-description.xml                                |  2 +-
 .../TabbedViewNavigatorButtonBarFirstButton_down.fxg    | 10 +++++-----
 ...TabbedViewNavigatorButtonBarFirstButton_selected.fxg | 10 +++++-----
 .../TabbedViewNavigatorButtonBarFirstButton_up.fxg      | 10 +++++-----
 .../TabbedViewNavigatorButtonBarLastButton_down.fxg     | 12 ++++++------
 .../TabbedViewNavigatorButtonBarLastButton_selected.fxg | 12 ++++++------
 .../TabbedViewNavigatorButtonBarLastButton_up.fxg       | 12 ++++++------
 .../mobile120/assets/TransparentActionButton_down.fxg   | 12 ++++++------
 .../mobile120/assets/TransparentActionButton_up.fxg     |  8 ++++----
 .../assets/TransparentNavigationButton_down.fxg         | 12 ++++++------
 .../mobile120/assets/TransparentNavigationButton_up.fxg |  8 ++++----
 .../spark/skins/mobile120/assets/ViewMenuItem_down.fxg  |  8 ++++----
 .../skins/mobile120/assets/ViewMenuItem_showsCaret.fxg  |  4 ++--
 .../spark/skins/mobile120/assets/ViewMenuItem_up.fxg    |  4 ++--
 14 files changed, 62 insertions(+), 62 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index 217ef12..c6b937a 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -20,6 +20,6 @@
 <flex-sdk-description>
 <name>Apache Flex 4.10.0 FP11.1 AIR3.7 en_US</name>
 <version>4.10.0</version>
-<build>20130801</build>
+<build>20130819</build>
 </flex-sdk-description>
         
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg
index 8dfdddb..94c4d2e 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="0" y="2" width="120" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="120" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".3"/>
@@ -29,25 +29,25 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" alpha=".1"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg
index c2b7418..5471186 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="0" y="2" width="120" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="120" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".05"/>
@@ -29,25 +29,25 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" alpha=".1"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg
index b027be2..f3e199f 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="0" y="2" width="120" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="120" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".2"/>
@@ -29,25 +29,25 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="0.5" y="2.5" width="119" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#ffffff" weight="1" alpha=".2"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg
index 4293ab6..255c3a6 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="2" y="2" width="118" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="2" y="2" width="118" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".3"/>
@@ -29,31 +29,31 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border left -->
-  <Rect x="0" y="2" width="2" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="2" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" alpha=".1"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg
index eb77245..92b3e07 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="2" y="2" width="118" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="2" y="2" width="118" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".05"/>
@@ -29,31 +29,31 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border left -->
-  <Rect x="0" y="2" width="2" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="2" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" alpha=".1"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg
index 6cde6f0..800b592 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="4" scaleGridBottom="72" scaleGridLeft="3" scaleGridRight="117" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight fill -->
-  <Rect x="2" y="2" width="118" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="2" y="2" width="118" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="72" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".2"/>
@@ -29,31 +29,31 @@
     </fill>
   </Rect>
   <!-- border top -->
-  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border bottom -->
-  <Rect x="0" y="74" width="120" height="2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="74" width="120" height="2" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.75"/>
     </fill>
   </Rect>
   <!-- border left -->
-  <Rect x="0" y="2" width="2" height="72" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="2" width="2" height="72" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight stroke -->
-  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="1.5" scaleY="1.5">
+  <Rect x="2.5" y="2.5" width="117" height="71" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#ffffff" weight="1" alpha=".2"/>
     </stroke>
   </Rect>
   <!-- scaling fix -->
-  <Rect x="0" y="0" width="120" height="76" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="120" height="76" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg
index 7672150..1c1a5ac 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="6" scaleGridBottom="59" scaleGridLeft="9" scaleGridRight="76" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight border leading -->
-  <Rect x="0" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".15"/>
@@ -29,13 +29,13 @@
     </fill>
   </Rect>
   <!-- separator dark -->
-  <Rect x="1" y="0" width="2" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="1" y="0" width="2" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- inner shaddow -->
-  <Rect x="3" y="0" width="80" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="3" y="0" width="80" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="65" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".05"/>
@@ -43,18 +43,18 @@
       </LinearGradient>
     </fill>
   </Rect>
-  <Rect x="3.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="1.5" scaleY="1.5">
+  <Rect x="3.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" caps="none" joints="miter"/>
     </stroke>
   </Rect>
-  <Rect x="4.5" y="1.5" width="77" height="62" alpha="0.1" scaleX="1.5" scaleY="1.5">
+  <Rect x="4.5" y="1.5" width="77" height="62" alpha="0.1" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" caps="none" joints="miter"/>
     </stroke>
   </Rect>
   <!-- invisible fix for scaling -->
-  <Rect x="0" y="0" width="83" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="83" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#ffffff" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg
index 8f3219e..ec9dc8b 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="1" scaleGridBottom="64" scaleGridLeft="4" scaleGridRight="82" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight border leading -->
-  <Rect x="0" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
@@ -29,13 +29,13 @@
     </fill>
   </Rect>
   <!-- separator dark -->
-  <Rect x="1" y="0" width="2" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="1" y="0" width="2" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight border left-->
-  <Rect x="3" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="3" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
@@ -44,7 +44,7 @@
     </fill>
   </Rect>
   <!-- invisible fix for scaling -->
-  <Rect x="0" y="0" width="83" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="83" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#ffffff" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg
index cd34225..3dc5b49 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="6" scaleGridBottom="59" scaleGridLeft="6" scaleGridRight="74" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- inner shaddow -->
-  <Rect x="0" y="0" width="80" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="80" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="65" rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha=".05"/>
@@ -28,24 +28,24 @@
       </LinearGradient>
     </fill>
   </Rect>
-  <Rect x="0.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="1.5" scaleY="1.5">
+  <Rect x="0.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" caps="none" joints="miter"/>
     </stroke>
   </Rect>
-  <Rect x="1.5" y="1.5" width="77" height="62" alpha="0.1" scaleX="1.5" scaleY="1.5">
+  <Rect x="1.5" y="1.5" width="77" height="62" alpha="0.1" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="1" caps="none" joints="miter"/>
     </stroke>
   </Rect>
   <!-- separator dark -->
-  <Rect x="80" y="0" width="2" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="80" y="0" width="2" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight border trailing -->
-  <Rect x="82" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="82" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
@@ -54,7 +54,7 @@
     </fill>
   </Rect>
   <!-- invisible fix for scaling -->
-  <Rect x="0" y="1" width="83" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="1" width="83" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#ffffff" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg
index b08b362..47bd409 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg
@@ -20,7 +20,7 @@
 
 <Graphic version="2.0" scaleGridTop="1" scaleGridBottom="64" scaleGridLeft="1" scaleGridRight="79" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- highlight border right -->
-  <Rect x="79" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="79" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
@@ -29,13 +29,13 @@
     </fill>
   </Rect>
   <!-- separator dark -->
-  <Rect x="80" y="0" width="2" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="80" y="0" width="2" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0.8"/>
     </fill>
   </Rect>
   <!-- highlight border trailing -->
-  <Rect x="82" y="1" width="1" height="63" scaleX="1.5" scaleY="1.5">
+  <Rect x="82" y="1" width="1" height="63" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient x="0" scaleX="63" rotation="90">
         <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
@@ -44,7 +44,7 @@
     </fill>
   </Rect>
   <!-- invisible fix for scaling -->
-  <Rect x="0" y="0" width="83" height="65" scaleX="1.5" scaleY="1.5">
+  <Rect x="0" y="0" width="83" height="65" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#ffffff" alpha="0"/>
     </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg
index 45216ff..5138ce2 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg
@@ -20,13 +20,13 @@
 
 <Graphic version="2.0" scaleGridLeft="6" scaleGridRight="152" scaleGridTop="6" scaleGridBottom="94" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- Transparent Rect to ensure proper scaling -->
-  <Rect width="158" height="100" x="0" y="0" scaleX="1.5" scaleY="1.5">
+  <Rect width="158" height="100" x="0" y="0" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>
   </Rect>
   <!-- overlay -->
-  <Rect width="158" height="100" x="0" y="0" scaleX="1.5" scaleY="1.5">
+  <Rect width="158" height="100" x="0" y="0" scaleX="0.5" scaleY="0.5">
     <fill>
       <LinearGradient rotation="90">
         <GradientEntry color="#000000" ratio="0" alpha="0.25"/>
@@ -35,13 +35,13 @@
     </fill>
   </Rect>
   <!-- Outermost border -->
-  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.5">
+  <Rect width="156" height="98" x="1" y="1" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="2" alpha="0.2" joints="miter"/>
     </stroke>
   </Rect>
   <!-- Middle Outer Border -->
-  <Rect width="152" height="94" x="3" y="3" scaleX="1.5" scaleY="1.5">
+  <Rect width="152" height="94" x="3" y="3" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke color="#000000" weight="2" alpha="0.1" joints="miter"/>
     </stroke>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg
index 9401d98..215dc29 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg
@@ -20,13 +20,13 @@
 
 <Graphic version="2.0" scaleGridLeft="3" scaleGridRight="155" scaleGridTop="3" scaleGridBottom="97" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- Transparent Rect to ensure proper scaling -->
-  <Rect width="158" height="100" x="0" y="0" scaleX="1.5" scaleY="1.5">
+  <Rect width="158" height="100" x="0" y="0" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>
   </Rect>
   <!-- Border -->
-  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.5">
+  <Rect width="156" height="98" x="1" y="1" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke weight="2" color="#ffffff" alpha=".25" joints="miter"/>
     </stroke>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/56514800/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg
index 9401d98..215dc29 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg
@@ -20,13 +20,13 @@
 
 <Graphic version="2.0" scaleGridLeft="3" scaleGridRight="155" scaleGridTop="3" scaleGridBottom="97" xmlns="http://ns.adobe.com/fxg/2008">
   <!-- Transparent Rect to ensure proper scaling -->
-  <Rect width="158" height="100" x="0" y="0" scaleX="1.5" scaleY="1.5">
+  <Rect width="158" height="100" x="0" y="0" scaleX="0.5" scaleY="0.5">
     <fill>
       <SolidColor color="#000000" alpha="0"/>
     </fill>
   </Rect>
   <!-- Border -->
-  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.5">
+  <Rect width="156" height="98" x="1" y="1" scaleX="0.5" scaleY="0.5">
     <stroke>
       <SolidColorStroke weight="2" color="#ffffff" alpha=".25" joints="miter"/>
     </stroke>