Xamarin Forms Android AppCompatActivity Toolbar background color is not changing
问题 In my Xamarin Forms Android Project I need to change the ToolBar Title color and background color I have tried with many workarounds suggested in Google but unfortunately I am unable to find the correct solution to me What I Need is What I am getting Now is by using below codes MainActivity.cs [Activity(Label = "Sample.Droid", Icon = "@mipmap/icon_launcher", Theme = "@style/MyTheme")] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity { protected