| 123456789101112131415 |
- <?xml version="1.0" encoding="utf-8"?>
- <mx:ViewStack
- xmlns:mx="http://www.adobe.com/2006/mxml"
- creationComplete="creationComplete()"
- change="navigateIntoBottomMenu()"
- creationPolicy="all">
-
- <mx:Script source="../../scripts/menus/bottomMenu.as" />
-
- <mx:VBox label="{resourceManager.getString('labels', 'terms')}" toolTip="{resourceManager.getString('labels', 'label.feature.available.later')}" width="100%" height="100%" hideEffect="WipeUp" showEffect="WipeDown"/>
- <!--mx:VBox label="{resourceManager.getString('labels', 'sitemap')}" width="100%" height="100%" hideEffect="WipeUp" showEffect="WipeDown"/-->
- <mx:VBox label="{resourceManager.getString('labels', 'privacy')}" toolTip="{resourceManager.getString('labels', 'label.feature.available.later')}" width="100%" height="100%" hideEffect="WipeUp" showEffect="WipeDown"/>
- <mx:VBox label="{resourceManager.getString('labels', 'group')}" width="100%" height="100%" hideEffect="WipeUp" showEffect="WipeDown"/>
-
- </mx:ViewStack>
|