From 3bb59d6ae44258fac23f892701f3a9dd835ba16a Mon Sep 17 00:00:00 2001 From: Kaustav Chaudhuri Date: Wed, 31 May 2023 11:51:49 +0530 Subject: [PATCH] App Permission popup Page Implemented --- .../Views/AppPermissiontSetDialogPage.xaml | 69 ++++++++- .../Views/AppPermissiontSetDialogPage.xaml.cs | 146 +++++++++++++++++- 2 files changed, 204 insertions(+), 11 deletions(-) diff --git a/GMCabsDriverAssistantSolution/Views/AppPermissiontSetDialogPage.xaml b/GMCabsDriverAssistantSolution/Views/AppPermissiontSetDialogPage.xaml index da358a7..f29a138 100644 --- a/GMCabsDriverAssistantSolution/Views/AppPermissiontSetDialogPage.xaml +++ b/GMCabsDriverAssistantSolution/Views/AppPermissiontSetDialogPage.xaml @@ -3,11 +3,66 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="GMCabsDriverAssistantSolution.Views.AppPermissiontSetDialogPage" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" - Size="300,300"> - - + Size="380,380" + Color="Transparent"> + + + + + + + +