Title text color of action is not changing and how to change the title text color of action bar? and here is my style.xml
code
style.xml
Title text color of action is not changing and how to change the title text color of action bar? and here is my style.xml
code
style.xml
As @Sunny answer (https://stackoverflow.com/a/45879575/6914992) from my question What is the difference between colorPrimary and colorPrimaryDark in themes. Try to change colors through this in your themes .
colorPrimary – The color of the app bar.
colorPrimaryDark – The color of the status bar and contextual app bars; this is normally a dark version of colorPrimary.
you can use following link to setup your style.
https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/
NOTE Please upvote sunny's answer if it helps rather than this, thanks