Hi,
We have a TabNavigator in our app, and we wanted to display a few links on the
right of the Tab bar. I created a custom TabNavigator by extending it, and do
the following:
1. over-ride 'createChildren', create my LinkBar
2. over-ride 'updateDisplayList', position my LinkBar to show up on the right
of the Tab bar.
The only problem is, I am trying to set the color of the separator:
linkBar = new LinkBar();
linkBar.setStyle("separatorColor", "..");
This does not seem to have any effect. On a stand-alone LinkBar(), this works
just fine....
Any ideas? Thanks for the help!
Regards,
Sharath