From e27a0faa773d895cfc06a92f1538e6627c842a7b Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 17 Jun 2022 14:55:23 -0700 Subject: [PATCH 1/3] Updated MyMauiApp to have two buttons (with one saying No Functionality) and changed some of the App's colors. --- Maui/MyMauiApp/MainPage.xaml | 6 ++++++ Maui/MyMauiApp/MainPage.xaml.cs | 21 ++++++++++++++++++++- Maui/MyMauiApp/Resources/Styles/Colors.xaml | 5 +++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/Maui/MyMauiApp/MainPage.xaml b/Maui/MyMauiApp/MainPage.xaml index 466e9d8..6cccd60 100644 --- a/Maui/MyMauiApp/MainPage.xaml +++ b/Maui/MyMauiApp/MainPage.xaml @@ -34,6 +34,12 @@ SemanticProperties.Hint="Counts the number of times you click" Clicked="OnCounterClicked" HorizontalOptions="Center" /> +