Hi, I'm trying to add a custom tab bar to the carousel page in an Android renderer.
On iOS, I get the UIView from the CarouselPageRenderer.NativeView and just add my custom tab bar to the view like so:
NativeView.AddSubview(carouselTabBar);
I'm moving away from the Tabbed Page since I need to style the tab bar on a per page basis and also set the Font which doesn't seem to be supported for the native tab bar..
Any help will be much appreciated