Added missing assets - still need to be fixed so that they are modified to work 
with 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/1e1b4250
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1e1b4250
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1e1b4250

Branch: refs/heads/develop
Commit: 1e1b42501ebc5ea9ca83db63bcfd2bb47f0656a7
Parents: d646653
Author: Justin Mclean <[email protected]>
Authored: Mon Aug 19 02:52:56 2013 +1000
Committer: Justin Mclean <[email protected]>
Committed: Mon Aug 19 02:52:56 2013 +1000

----------------------------------------------------------------------
 ...edViewNavigatorButtonBarFirstButton_down.fxg | 55 +++++++++++++++++
 ...ewNavigatorButtonBarFirstButton_selected.fxg | 55 +++++++++++++++++
 ...bbedViewNavigatorButtonBarFirstButton_up.fxg | 55 +++++++++++++++++
 ...bedViewNavigatorButtonBarLastButton_down.fxg | 61 +++++++++++++++++++
 ...iewNavigatorButtonBarLastButton_selected.fxg | 61 +++++++++++++++++++
 ...abbedViewNavigatorButtonBarLastButton_up.fxg | 61 +++++++++++++++++++
 .../assets/TransparentActionButton_down.fxg     | 62 ++++++++++++++++++++
 .../assets/TransparentActionButton_up.fxg       | 52 ++++++++++++++++
 .../assets/TransparentNavigationButton_down.fxg | 62 ++++++++++++++++++++
 .../assets/TransparentNavigationButton_up.fxg   | 52 ++++++++++++++++
 .../mobile120/assets/ViewMenuItem_down.fxg      | 49 ++++++++++++++++
 .../assets/ViewMenuItem_showsCaret.fxg          | 34 +++++++++++
 .../skins/mobile120/assets/ViewMenuItem_up.fxg  | 34 +++++++++++
 13 files changed, 693 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..8dfdddb
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_down.fxg
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".3"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".15"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..c2b7418
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_selected.fxg
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".05"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..b027be2
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarFirstButton_up.fxg
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".2"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha="0"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..4293ab6
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_down.fxg
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".3"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".15"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..eb77245
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_selected.fxg
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".05"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..6cde6f0
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TabbedViewNavigatorButtonBarLastButton_up.fxg
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="72" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".2"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha="0"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- border top -->
+  <Rect x="0" y="0" width="120" height="2" scaleX="1.5" scaleY="1.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">
+    <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">
+    <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">
+    <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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..7672150
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_down.fxg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".15"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- separator dark -->
+  <Rect x="1" y="0" width="2" height="65" scaleX="1.5" scaleY="1.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">
+    <fill>
+      <LinearGradient x="0" scaleX="65" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".05"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".25"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <Rect x="3.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="1.5" 
scaleY="1.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">
+    <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">
+    <fill>
+      <SolidColor color="#ffffff" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..8f3219e
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentActionButton_up.fxg
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- separator dark -->
+  <Rect x="1" y="0" width="2" height="65" scaleX="1.5" scaleY="1.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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- invisible fix for scaling -->
+  <Rect x="0" y="0" width="83" height="65" scaleX="1.5" scaleY="1.5">
+    <fill>
+      <SolidColor color="#ffffff" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..cd34225
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_down.fxg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="65" rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha=".05"/>
+        <GradientEntry color="#000000" ratio="1" alpha=".25"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <Rect x="0.5" y="0.5" width="79" height="64" alpha="0.2" scaleX="1.5" 
scaleY="1.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">
+    <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">
+    <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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- invisible fix for scaling -->
+  <Rect x="0" y="1" width="83" height="63" scaleX="1.5" scaleY="1.5">
+    <fill>
+      <SolidColor color="#ffffff" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..b08b362
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/TransparentNavigationButton_up.fxg
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- separator dark -->
+  <Rect x="80" y="0" width="2" height="65" scaleX="1.5" scaleY="1.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">
+    <fill>
+      <LinearGradient x="0" scaleX="63" rotation="90">
+        <GradientEntry color="#ffffff" ratio="0" alpha=".25"/>
+        <GradientEntry color="#ffffff" ratio="1" alpha=".1"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- invisible fix for scaling -->
+  <Rect x="0" y="0" width="83" height="65" scaleX="1.5" scaleY="1.5">
+    <fill>
+      <SolidColor color="#ffffff" alpha="0"/>
+    </fill>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..45216ff
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_down.fxg
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+  <!-- overlay -->
+  <Rect width="158" height="100" x="0" y="0" scaleX="1.5" scaleY="1.5">
+    <fill>
+      <LinearGradient rotation="90">
+        <GradientEntry color="#000000" ratio="0" alpha="0.25"/>
+        <GradientEntry color="#000000" ratio="1" alpha="0.05"/>
+      </LinearGradient>
+    </fill>
+  </Rect>
+  <!-- Outermost border -->
+  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.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">
+    <stroke>
+      <SolidColorStroke color="#000000" weight="2" alpha="0.1" joints="miter"/>
+    </stroke>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..9401d98
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_showsCaret.fxg
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+  <!-- Border -->
+  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.5">
+    <stroke>
+      <SolidColorStroke weight="2" color="#ffffff" alpha=".25" joints="miter"/>
+    </stroke>
+  </Rect>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1e1b4250/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
new file mode 100644
index 0000000..9401d98
--- /dev/null
+++ 
b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/ViewMenuItem_up.fxg
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+<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">
+    <fill>
+      <SolidColor color="#000000" alpha="0"/>
+    </fill>
+  </Rect>
+  <!-- Border -->
+  <Rect width="156" height="98" x="1" y="1" scaleX="1.5" scaleY="1.5">
+    <stroke>
+      <SolidColorStroke weight="2" color="#ffffff" alpha=".25" joints="miter"/>
+    </stroke>
+  </Rect>
+</Graphic>
\ No newline at end of file

Reply via email to