When I use the sfTabView in Xamarin Forms 3.x the styling of the tab rendered does not match the styling of the tabs rendered by the TabbedPage (which also means that it does not match the images shown in the documentation.
The standard TabbedPage renders the tabs with a background color and white text (with a white "underline" to indicate the selected tab); the sfTabView control is rendering a white background with black text (unless it is the selected tab in which case the text is the same colour as the background in the TabbedPage tabs) with a colored underline (again, the same color as the background would be in the TabbedPage) also indicating the selected tab.
How can I change the styling of the sfTabView so that it matches the rendering of the TabbedPage tabs?
I am targeting Android only; specifically versions 5.1.1 and 8.1
Thanks.