You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/10/30 16:20:07 UTC

svn commit: r1403736 - in /incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views: NestedInBasicView.mxml SettingsWiFiView.mxml

Author: pent
Date: Tue Oct 30 15:20:06 2012
New Revision: 1403736

URL: http://svn.apache.org/viewvc?rev=1403736&view=rev
Log:
Replaced images with generic versions

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/NestedInBasicView.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/SettingsWiFiView.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/NestedInBasicView.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/NestedInBasicView.mxml?rev=1403736&r1=1403735&r2=1403736&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/NestedInBasicView.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/NestedInBasicView.mxml Tue Oct 30 15:20:06 2012
@@ -30,7 +30,7 @@
             
             <s:Scroller id="innerScroller" width="200" height="200" x="50" y="50">
                 <s:Group id="innerViewport">
-                    <s:Image source="@Embed('../assets/mediumImage.jpg')"  />
+                    <s:Image source="@Embed('../../../../../../Assets/Images/orangerect.jpg')"  />
                 </s:Group>
             </s:Scroller>
             

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/SettingsWiFiView.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/SettingsWiFiView.mxml?rev=1403736&r1=1403735&r2=1403736&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/SettingsWiFiView.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/List/swfs/views/SettingsWiFiView.mxml Tue Oct 30 15:20:06 2012
@@ -73,7 +73,7 @@
                 <fx:Script>
                     <![CDATA[
 						import mx.events.FlexEvent;
-                        [Embed(source="../assets/settingsIconWifi.png")]
+                        [Embed(source="../../../../../../Assets/Images/greenrect.jpg")]
                         [Bindable]
                         public var wifiIcon:Class;
                     ]]>