Hmmm I may have spoken too soon. I have set paddingTop to zero and the content now starts at the top of the tab with no gap. However - there is now a 9 pixel gap at the *bottom* of the tab! I tried setting paddingBottom to zero as well but then the gap at the bottom *increases* to 18 pixels!
Any ideas what is causing this? Thanks, Nick. --- In [email protected], "Nick Durnell" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Michael Schmalle" > <teoti.graphix@> wrote: > > > > Hi, > > > > that is because the TabNavigator has a default paddingTop style of > 10 > > pixels. > > > > TabNavigator { > > paddingTop:0; > > } > > > > will solve it for all of them in your application. > > > > Peace, Mike > > > > It does indeed! Many thanks. I'd passed over this style in the > online docs as TabNavigator paddingTop inherits from ViewStack and > there it says the default is 0! > > Nick. >

