I'm using Xamarin's ToolbarItems class with XAML:
<ContentPage.ToolbarItems>
<ToolbarItem Text="Sent Messages" Clicked="ToolbarItem_OnClicked"
Order="Primary" Priority="0" />
</ContentPage.ToolbarItems>
Is there a way to change the background color and text color of all the toolbaritems?