You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/01/24 06:38:22 UTC

svn commit: r1437862 - /flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml

Author: aharui
Date: Thu Jan 24 05:38:22 2013
New Revision: 1437862

URL: http://svn.apache.org/viewvc?rev=1437862&view=rev
Log:
Switch to generic splashscreen

Modified:
    flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml?rev=1437862&r1=1437861&r2=1437862&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/DateSpinner/swfs/DateSpinnerMain.mxml Thu Jan 24 05:38:22 2013
@@ -21,8 +21,8 @@
                xmlns:s="library://ns.adobe.com/flex/spark" 
                xmlns:comps="comps.*"
                backgroundColor="0xe3e3e3"
-               splashScreenImage="@Embed('assets/splashScreen.png')"
-               splashScreenScaleMode="none" 
+			   splashScreenImage="@Embed('../../../../../Assets/Images/rgrect.jpg')"
+			   splashScreenScaleMode="none" 
                preinitialize="DateSpinner.mx_internal::_todayDate=assets.DSConstants.today"
                applicationComplete="init(event)">