I\'m building an application with Xamarin.Forms and a Portable Class Library. I have a tabbed page. I want to change the color of the tabbed page indicator.
In the mainview.xaml.cs, inside public MainView():
mainview.xaml.cs
MainView()
On().SetBarSelectedItemColor(enter color here) On().SetBarItemColor(enter color here)