diff --git a/App.xaml.cs b/App.xaml.cs index 6231dc8..1e70c23 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -9,6 +9,7 @@ MainPage = new MainPage(); + MainPage = new NavigationPage(new MainPage()); } } } diff --git a/BuyPage.xaml b/BuyPage.xaml index effdf67..7c138af 100644 --- a/BuyPage.xaml +++ b/BuyPage.xaml @@ -26,10 +26,10 @@ HeightRequest="50" VerticalOptions="Center" HorizontalOptions="Fill"> - +