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 :-)
Works fine with FB 4.6 indeed. For TitleBar, just do the same kind of trick with spark.skins.mobile.ViewNavigatorSkin :-)