Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created August 29, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelobelchior/45944227d3538d6b7e1ad4bbdcd72c96 to your computer and use it in GitHub Desktop.
Save angelobelchior/45944227d3538d6b7e1ad4bbdcd72c96 to your computer and use it in GitHub Desktop.
// Adiciona-se o namespace
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific;
// E no método OnAppearing...
protected override void OnAppearing()
{
base.OnAppearing();
this.On<Android>().SetToolbarPlacement(ToolbarPlacement.Bottom);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment