From 63de0d1d9fca1b246d260a835a146d277d39e1b9 Mon Sep 17 00:00:00 2001 From: Papus Koulibaly Date: Fri, 24 May 2019 14:44:00 -0400 Subject: [PATCH] Integrated about flyout. Changed the AttachedFlyout by a ContextFlyout --- src/Calculator.Shared/Views/AboutFlyout.xaml | 80 +++++++++++++++++-- .../Views/AboutFlyout.xaml.cs | 19 +++++ src/Calculator.Shared/Views/MainPage.xaml | 7 +- src/Calculator.Shared/Views/MainPage.xaml.cs | 27 ++++--- 4 files changed, 112 insertions(+), 21 deletions(-) diff --git a/src/Calculator.Shared/Views/AboutFlyout.xaml b/src/Calculator.Shared/Views/AboutFlyout.xaml index 9032dd6c..fcbcae05 100644 --- a/src/Calculator.Shared/Views/AboutFlyout.xaml +++ b/src/Calculator.Shared/Views/AboutFlyout.xaml @@ -1,11 +1,75 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +