Xamarin.Forms Xamarin.Forms - Hiding label on the TabbedPage tabs (Part I - Android) In my previous post I have explained how to deal with selected and unselected state of the TabbedPage tabs. This post will be a continuation on the topic of TabbedPage customisation. I will show you how to remove the label from the tabs on Android.
Xamarin.Forms Xamarin.Forms – Selected and Unselected colors for iOS and Android TabbedPage tabs It’s very simple to set selected and unselected colors for Android devices. You can take advantage of the available platform specifics. Whereas on iOS it's a bit more complex.