Hide Title Bar In Xamarin.Android
Hmm, so it was a one line fix after all?
Anybody struggling with this issues: The following change in the activity class MainActivity.cs
fixed it :
[Activity(Label = "@string/app_name", Theme = "@style/Theme.AppCompat.Light.NoActionBar", MainLauncher = true)]
You can set other themes as well, i guess. After all, you are the UI master!