Search code examples
apache-flexairtabbarmobile-applicationflex4.6

Flex Mobile: TabbedViewNavigatorApplication with tab on top (Android style)?


Working on an Android app with FB 4.6, I would like to have the tabbar on top of the screen.

Moreover, I would like to have the so called 'TitleBar', at the bottom of the screen and the possibility to change it's visibility. In some case, I want the titlebar to be visible, in other case, not.

I found this resource, Flex 4.5 Mobile Development – Tabs on Top, but, AFAIU, it's applicable to FB 4.5, not 4.6.

So, How can I achieve this in a FB 4.6 mobile app?

EDIT: Solved!

Works fine with FB 4.6 indeed. For TitleBar, just do the same kind of trick with spark.skins.mobile.ViewNavigatorSkin :-)


Solution

  • Works fine with FB 4.6 indeed. For TitleBar, just do the same kind of trick with spark.skins.mobile.ViewNavigatorSkin :-)