Hi,
I'm trying to create a toolbar for my app, but the toolbar items are not appearing. Right now I'm only working on Android, where this manifests as an empty ActionBar. I've tried adding the items in the constructor of the page, and wrapping the page in a NavigationPage and adding to ToolbarItems to that. The only difference is that the app icon appears for the NavigationPage.
Has anyone else experienced this, or have any idea why this is occurring?