How to remove the title bar of the Android app VisualStudio C # Xamarin

1

I'm having trouble removing the title bar from the app I'm developing, I already tried the android studio and failed miserably just like in visual studio, since I'm not good at java I opted for the look that I have the most affinity for. How can I solve this problem ??

    
asked by anonymous 09.05.2018 / 22:45

1 answer

1

According to the answer to the same question in SO EN

NavigationPage.SetHasNavigationBar(this, false);

Source: link

    
09.05.2018 / 23:01