Author: aharui
Date: Sat Jan 26 04:31:28 2013
New Revision: 1438844
URL: http://svn.apache.org/viewvc?rev=1438844&view=rev
Log:
Try to fix SplashScreen test on win
Modified:
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/integration/baselines/DynamicSplashScreen_1@android_240ppi.png.xml
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/swfs/DynamicSplashScreen.mxml
Modified:
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/integration/baselines/DynamicSplashScreen_1@android_240ppi.png.xml
URL:
http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/integration/baselines/DynamicSplashScreen_1%40android_240ppi.png.xml?rev=1438844&r1=1438843&r2=1438844&view=diff
==============================================================================
---
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/integration/baselines/DynamicSplashScreen_1@android_240ppi.png.xml
(original)
+++
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/integration/baselines/DynamicSplashScreen_1@android_240ppi.png.xml
Sat Jan 26 04:31:28 2013
@@ -3,16 +3,16 @@
<spark.skins.spark.ApplicationSkin width="640" height="960"
blendMode="auto">
<spark.components.Group width="640" height="960" blendMode="auto">
<spark.components.Group width="640" height="960" blendMode="auto">
- <spark.components.Button width="279" height="65">
- <spark.skins.mobile.ButtonSkin width="279" height="65">
- <spark.skins.mobile240.assets.Button_up width="279" height="65"
blendMode="auto" scale9Grid="(x=14, y=14, w=192, h=37)">
+ <spark.components.Button width="289" height="65">
+ <spark.skins.mobile.ButtonSkin width="289" height="65">
+ <spark.skins.mobile240.assets.Button_up width="289" height="65"
blendMode="auto" scale9Grid="(x=14, y=14, w=192, h=37)">
<flash.display.Shape width="220" height="65"/>
</spark.skins.mobile240.assets.Button_up>
- <spark.components.supportClasses.StyleableTextField
concatenatedColorTransform="(redMultiplier=1, greenMultiplier=1,
blueMultiplier=1, alphaMultiplier=0.546875, redOffset=0, greenOffset=0,
blueOffset=0, alphaOffset=0)" x="13" y="19" width="254" height="33">
- <htmlText><TEXTFORMAT LEADING="2"><P
ALIGN="CENTER"><FONT FACE="_sans" SIZE="24" COLOR="#FFFFFF"
LETTERSPACING="0" KERNING="0"><B>Show captured
image</B></FONT></P></TEXTFORMAT></htmlText>
+ <spark.components.supportClasses.StyleableTextField
concatenatedColorTransform="(redMultiplier=1, greenMultiplier=1,
blueMultiplier=1, alphaMultiplier=0.546875, redOffset=0, greenOffset=0,
blueOffset=0, alphaOffset=0)" x="13" y="14" width="264" height="39"
underline="false">
+ <htmlText><TEXTFORMAT LEADING="2"><P
ALIGN="CENTER"><FONT FACE="MyVeraHalo" SIZE="24" COLOR="#FFFFFF"
LETTERSPACING="0" KERNING="0"><B>Show captured
image</B></FONT></P></TEXTFORMAT></htmlText>
</spark.components.supportClasses.StyleableTextField>
- <spark.components.supportClasses.StyleableTextField x="13"
y="18" width="254" height="33">
- <htmlText><TEXTFORMAT LEADING="2"><P
ALIGN="CENTER"><FONT FACE="_sans" SIZE="24" COLOR="#000000"
LETTERSPACING="0" KERNING="0"><B>Show captured
image</B></FONT></P></TEXTFORMAT></htmlText>
+ <spark.components.supportClasses.StyleableTextField x="13"
y="13" width="264" height="39" underline="false">
+ <htmlText><TEXTFORMAT LEADING="2"><P
ALIGN="CENTER"><FONT FACE="MyVeraHalo" SIZE="24" COLOR="#000000"
LETTERSPACING="0" KERNING="0"><B>Show captured
image</B></FONT></P></TEXTFORMAT></htmlText>
</spark.components.supportClasses.StyleableTextField>
</spark.skins.mobile.ButtonSkin>
</spark.components.Button>
Modified:
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/swfs/DynamicSplashScreen.mxml
URL:
http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/swfs/DynamicSplashScreen.mxml?rev=1438844&r1=1438843&r2=1438844&view=diff
==============================================================================
---
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/swfs/DynamicSplashScreen.mxml
(original)
+++
flex/sdk/branches/develop/mustella/tests/mobile/DynamicSplashScreen/swfs/DynamicSplashScreen.mxml
Sat Jan 26 04:31:28 2013
@@ -23,6 +23,7 @@
splashScreenMinimumDisplayTime="5000"
initialize="captureSplashScreen()">
+ <fx:Style source="../../../../Assets/Fonts/MobileFontStyles.css" />
<fx:Script>
<![CDATA[
import mx.core.FlexGlobals;