TweetDeck Part 2: Preparing The Main View
TweetDeck Part 2: Preparing The Main View
Join the DZone community and get the full member experience.
Join For Free
<?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" actionBarVisible="false"> <s:layout> <s:VerticalLayout gap="0" /> </s:layout> <s:Rect width="100%" height="40"> <s:fill> <s:SolidColor color="0xFF0000" /> </s:fill> </s:Rect> <s:Rect width="100%" height="100%"> <s:fill> <s:SolidColor color="0xFF0FF0" /> </s:fill> </s:Rect> <s:Rect width="100%" height="80"> <s:fill> <s:SolidColor color="0xFFFF00" /> </s:fill> </s:Rect> </s:View>

Published at DZone with permission of Mohamed Haamdi . See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}