enter image description hereThis is my xaml code:
ContentPage.ToolbarItems ToolbarItem Text="+" Priority="0" Order="Primary" Command="{Binding PrikaziCommand}" ToolbarItem ContentPage.ToolbarItems
How to change color of text through xaml code to all platform?
If you want to change your toolbar textcolor, you can use Navigation.Titleview
If you want to change the toolbar color add this code when navigating to your specific page