Repository: flex-sdk Updated Branches: refs/heads/iso7skins ab87a5f9b -> 9c472531c
ActionBar skin Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9c472531 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9c472531 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9c472531 Branch: refs/heads/iso7skins Commit: 9c472531cedf7a8c50c06b763444bc7dfe21892b Parents: ab87a5f Author: OmPrakash Muppirala <[email protected]> Authored: Mon Oct 27 17:53:01 2014 -0700 Committer: OmPrakash Muppirala <[email protected]> Committed: Mon Oct 27 17:53:01 2014 -0700 ---------------------------------------------------------------------- frameworks/projects/mobiletheme/defaults.css | 7 ++- .../skins/ios7/assets/ActionBarBackground.fxg | 56 +++++++++++--------- 2 files changed, 34 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c472531/frameworks/projects/mobiletheme/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css index cc35e63..5d69408 100644 --- a/frameworks/projects/mobiletheme/defaults.css +++ b/frameworks/projects/mobiletheme/defaults.css @@ -951,7 +951,6 @@ global ActionBar { - chromeColor: #DEDEDD; defaultButtonAppearance: normal; skinClass: ClassReference("spark.skins.ios7.ActionBarSkin"); textShadowAlpha: 0; @@ -964,21 +963,21 @@ global ActionBar #titleDisplay { - color: #333333; + color: #007AFF; fontSize: 24; fontFamily: RobotoBold; } ActionBar ButtonBase { - color: #333333; + color: #007AFF; fontFamily: RobotoBold; fontWeight: bold; } ActionBar Group#actionGroup Button { - skinClass: ClassReference("spark.skins.ios7.TransparentActionButtonSkin"); + skinClass: ClassReference("spark.skins.ios7.ButtonSkin"); } Button http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c472531/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/ActionBarBackground.fxg ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/ActionBarBackground.fxg b/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/ActionBarBackground.fxg index febd3f7..8435053 100644 --- a/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/ActionBarBackground.fxg +++ b/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/ActionBarBackground.fxg @@ -20,36 +20,42 @@ <Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"> <Group> + <Path winding="nonZero" data="M640 129 0 129 0 0 640 0 640 129Z"> + <fill> + <SolidColor color="#FFFFFF"/> + </fill> + </Path> <Group> - <Path winding="nonZero" data="M360 48 0 48 0 0 360 0 360 48Z"> + <mask> + <Group> + <Path winding="nonZero" data="M640 128 0 128 0 0 640 0 640 128Z"> + <fill> + <SolidColor color="#FFFFFF"/> + </fill> + </Path> + </Group> + </mask> + <Path winding="nonZero" data="M640 128 0 128 0 0 640 0 640 128Z"> <fill> - <SolidColor color="#DEDEDD"/> + <SolidColor color="#F6F6F6"/> </fill> </Path> </Group> - <Path winding="nonZero" data="M360 1 0 1 0 0 360 0 360 1Z"> - <fill> - <SolidColor color="#E0E0E0"/> - </fill> - </Path> - <Group y="46" alpha="0.100006"> - <Group> - <mask> - <Group> - <Path winding="nonZero" data="M0 2 360 2 360 0 0 0 0 2Z"> - <fill> - <SolidColor color="#FFFFFF"/> - </fill> - </Path> - </Group> - </mask> - <Path winding="nonZero" data="M360 2 0 2 0 0 360 0 360 2Z"> - <fill> - <SolidColor color="#333333"/> - </fill> - </Path> - </Group> + <Group y="128"> + <mask> + <Group> + <Path winding="nonZero" data="M640 1 0 1 0 0 640 0 640 1Z"> + <fill> + <SolidColor color="#FFFFFF"/> + </fill> + </Path> + </Group> + </mask> + <Path winding="nonZero" data="M640 1 0 1 0 0 640 0 640 1Z"> + <fill> + <SolidColor/> + </fill> + </Path> </Group> - <Path visible="false" winding="nonZero" data="M0 0 360 0 360 48 0 48 0 0Z"/> </Group> </Graphic> \ No newline at end of file
