You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
604 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <toolkit:Popup xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="GMCabsDriverAssistantSolution.Views.BatteryOptimisationAlertDialogPage"
  5. xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
  6. Size="300,300">
  7. <VerticalStackLayout>
  8. <Label
  9. Text="BatteryOptimisationAlertDialogPage"
  10. VerticalOptions="Center"
  11. HorizontalOptions="Center" />
  12. </VerticalStackLayout>
  13. </toolkit:Popup>