1

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 :-)

ketan
  • 19,129
  • 42
  • 60
  • 98
Pascal
  • 15,257
  • 2
  • 52
  • 65
  • 2
    All those instructions found at blog for Flex 4.5 SDK, are still valid for 4.6 as well, just tried at my local setup. – JabbyPanda Feb 28 '12 at 22:38
  • Hi JabbyPanda, I can't believe I missed that. I supposed I somehow open the wrong file. really weird.. Anyway, thanks for your help. – Pascal Feb 29 '12 at 05:38

1 Answers1

0

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

Pascal
  • 15,257
  • 2
  • 52
  • 65