stack layout position fix Signed-off-by: OmPrakash Muppirala <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/4afeeb4c Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/4afeeb4c Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/4afeeb4c Branch: refs/heads/develop Commit: 4afeeb4c0f8fc30bcc5ea6fa4dbd7753fbc16e78 Parents: 539852e Author: nasha001 <[email protected]> Authored: Tue Nov 4 13:06:51 2014 -0500 Committer: OmPrakash Muppirala <[email protected]> Committed: Tue Nov 4 11:07:43 2014 -0800 ---------------------------------------------------------------------- tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-examples/blob/4afeeb4c/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml ---------------------------------------------------------------------- diff --git a/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml b/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml index f3a4ee0..3c0f41f 100644 --- a/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml +++ b/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml @@ -71,7 +71,7 @@ limitations under the License. <s:List id="list" horizontalCenter="0" verticalCenter="0" width="100%" height="100%" itemRenderer="spark.skins.spark.DefaultComplexItemRenderer" pageScrollingEnabled="true" includeIn="DemoState"> <s:layout> - <ns:StackLayout horizontalAlign="justify" verticalAlign="justify" scrollBarDirection="horizontal"/> + <ns:StackLayout scrollBarDirection="horizontal" horizontalAlign="center" verticalAlign="middle"/> </s:layout> <s:dataProvider> <s:ArrayList>
