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 2014/02/21 12:20:02 UTC

[1/2] git commit: [flex-sdk] [refs/heads/release4.12.0] - Added 640 dpi values

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.12.0 3ead8cc1d -> e50c7739d


Added 640 dpi values


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

Branch: refs/heads/release4.12.0
Commit: 2b2fe2e61b09a60937ac53f63cffe565fba728d3
Parents: 5dfc698
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Feb 21 22:19:25 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Feb 21 22:19:25 2014 +1100

----------------------------------------------------------------------
 .../mobiletheme/src/spark/skins/mobile/ActionBarSkin.as | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2b2fe2e6/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
index c7c39b8..d983515 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
@@ -89,6 +89,18 @@ public class ActionBarSkin extends MobileSkin
         
         switch (applicationDPI)
         {
+			case DPIClassification.DPI_640:
+			{
+				// Note provisional may need changes
+				borderSize = 2;
+				layoutShadowHeight = 12;
+				layoutContentGroupHeight = 172;
+				layoutTitleGroupHorizontalPadding = 52;
+				
+				borderClass = spark.skins.mobile640.assets.ActionBarBackground;
+				
+				break;
+			}
 			case DPIClassification.DPI_480:
 			{
 				// Note provisional may need changes


[2/2] git commit: [flex-sdk] [refs/heads/release4.12.0] - Merge branch 'release4.12.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.12.0

Posted by jm...@apache.org.
Merge branch 'release4.12.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.12.0


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

Branch: refs/heads/release4.12.0
Commit: e50c7739d7a43789f9181a05adc8b5d5aa709066
Parents: 2b2fe2e 3ead8cc
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Feb 21 22:19:43 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Feb 21 22:19:43 2014 +1100

----------------------------------------------------------------------
 installer.xml | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)
----------------------------------------------------------------------