resolve conflicts

tony-merge
thomas muzard 2 years ago
commit ac35c7a2c8

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<Shell <Shell
x:Class="ParionsCuite.AppShell" x:Class="ParionsCuite.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
@ -11,14 +11,12 @@
xmlns:info="clr-namespace:ParionsCuite" xmlns:info="clr-namespace:ParionsCuite"
Shell.FlyoutBehavior="Disabled"> Shell.FlyoutBehavior="Disabled">
<TabBar>
<ShellContent <ShellContent
Title="Home" Title="Home"
ContentTemplate="{DataTemplate local:MainPage}" ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" /> Route="MainPage" />
</TabBar>
<ShellContent
Title="Test"
ContentTemplate="{DataTemplate pari:Parier}"
Route="Accueil" />
</Shell> </Shell>

@ -69,12 +69,18 @@
</Grid> </Grid>
<!-- 2e ligne --> <!-- 2e ligne -->
<<<<<<< HEAD
<Grid Grid.Row="1"> <Grid Grid.Row="1">
<ContentView> <ContentView>
<info:Info/> <info:Info/>
</ContentView> </ContentView>
</Grid> </Grid>
=======
<ContentView MaximumHeightRequest="1000" MinimumWidthRequest="1000" BackgroundColor="Blue">
<views:Groupe/>
</ContentView>
>>>>>>> 643fd0854f33ee5fc5357ed1d6d9e281a27cb039
</Grid> </Grid>
</Grid> </Grid>

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui" <ContentView 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"
x:Class="ParionsCuite.Views.Groupe"> x:Class="ParionsCuite.Views.Groupe"
>
<VerticalStackLayout> <VerticalStackLayout>
<<<<<<< HEAD
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition/> <RowDefinition/>
@ -62,5 +64,12 @@
</Grid> </Grid>
<Button Grid.Row="5" Text="Creer événement" Margin="10"/> <Button Grid.Row="5" Text="Creer événement" Margin="10"/>
</Grid> </Grid>
=======
<Label
Text="Hey hey test mg"
VerticalOptions="Center"
HorizontalOptions="Center" />
<Image Source="Resources/Images/dornet_bot.svg"/>
>>>>>>> 643fd0854f33ee5fc5357ed1d6d9e281a27cb039
</VerticalStackLayout> </VerticalStackLayout>
</ContentView> </ContentView>

Loading…
Cancel
Save