Found the answer finally.
In Android you have to add this line to your styles.xml
:
<item name="android:actionMenuTextColor">@color/primaryDark</item>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What could cause my toolbar items to not show at all?
This code has no effects now:
<ContentPage.ToolbarItems>
<ToolbarItem Order="Primary" Text="Edit" />
</ContentPage.ToolbarItems>
The page just has the navigation bar displaying correctly, but the toolbar items don't. There should be an Edit button in this navigation bar. I tried on other pages and I have the same issue (i am on XF 5.0):
Found the answer finally.
In Android you have to add this line to your styles.xml
:
<item name="android:actionMenuTextColor">@color/primaryDark</item>