|
|
@ -1,10 +1,11 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:local="clr-namespace:Banquale.Views"
|
|
|
|
xmlns:local="clr-namespace:Banquale.Views"
|
|
|
|
x:Class="Banquale.Views.SwitchAccountPage"
|
|
|
|
x:Class="Banquale.Views.SwitchAccountPage"
|
|
|
|
Title="SwitchAccountPage"
|
|
|
|
Title="SwitchAccountPage"
|
|
|
|
BackgroundColor="White">
|
|
|
|
BackgroundColor="White"
|
|
|
|
|
|
|
|
Shell.NavBarIsVisible="False">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Version StackLayout, moins efficace pour la responsivity -->
|
|
|
|
<!-- Version StackLayout, moins efficace pour la responsivity -->
|
|
|
|