Resolution bug

pull/24/head
Fages Tony 2 years ago
parent ac35c7a2c8
commit d141057cb5

@ -69,18 +69,12 @@
</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>

@ -6,7 +6,7 @@ public partial class MainPage : ContentPage
public MainPage() public MainPage()
{ {
InitializeComponent(); InitializeComponent();
} }
} }

@ -4,7 +4,6 @@
x:Class="ParionsCuite.Views.Groupe" x:Class="ParionsCuite.Views.Groupe"
> >
<VerticalStackLayout> <VerticalStackLayout>
<<<<<<< HEAD
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition/> <RowDefinition/>
@ -64,12 +63,10 @@
</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 <Label
Text="Hey hey test mg" Text="Hey hey test mg"
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" /> HorizontalOptions="Center" />
<Image Source="Resources/Images/dornet_bot.svg"/> <Image Source="Resources/Images/dornet_bot.svg"/>
>>>>>>> 643fd0854f33ee5fc5357ed1d6d9e281a27cb039
</VerticalStackLayout> </VerticalStackLayout>
</ContentView> </ContentView>

Loading…
Cancel
Save