replace image with dummy image
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/08b9c2d2 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/08b9c2d2 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/08b9c2d2 Branch: refs/heads/master Commit: 08b9c2d20ce47671157f783e94bdc20cef28a980 Parents: 092eef2 Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 14:38:10 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 18 14:38:10 2014 +1000 ---------------------------------------------------------------------- .../TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/08b9c2d2/TourDeFlex/TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml b/TourDeFlex/TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml index 9e17279..d964c6b 100644 --- a/TourDeFlex/TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml +++ b/TourDeFlex/TourDeFlex3/src/spark/layouts/renderers/PhoneRenderer.mxml @@ -41,8 +41,7 @@ </s:Transition> </s:transitions> - <mx:Image id="image" source="{data.image}" horizontalCenter="0" - width="50" height="94"/> + <mx:Image id="image" source="@Embed('../assets/ApacheFlexIcon.png')" horizontalCenter="0" /> <s:Group id="group" top="0" bottom="0" left="0" right="0" visible.normal="false">
