Mise à jour de 'XMLFile1.xml'
continuous-integration/drone/push Build is passing Details

master
Leon ENAULT 2 years ago
parent aa87b1b4e7
commit c8a224e0ef

@ -13,28 +13,36 @@
</Grid.RowDefinitions> </Grid.RowDefinitions>
<VerticalStackLayout> <VerticalStackLayout>
<Label <Label
Text="Welcome to .NET MAUI!" Text="Bienvenue sur l'app Loup-Garou"
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" /> HorizontalOptions="Center"/>
<!-- Titre --> <!-- Titre -->
<Label Text="Home" FontSize="20" HorizontalTextAlignment="Center" VerticalTextAlignment="Center"/> <Label Text="Home" FontSize="20" HorizontalTextAlignment="Center" VerticalTextAlignment="Center"/>
<!-- Contenu défilable --> <!-- Contenu défilable -->
<ScrollView Grid.Row="1"> <ScrollView Grid.Row="1">
<StackLayout Orientation="Horizontal"> <StackLayout Orientation="Vertical">
<StackLayout> <StackLayout>
<Image Source="oip.jpg" WidthRequest="100" HeightRequest="100"/> <Image Source="oip.jpg" WidthRequest="100" HeightRequest="100"/>
<Image Source="ppp.jpg" WidthRequest="100" HeightRequest="100"/>
<Image Source="tele.jpg" WidthRequest="100" HeightRequest="100"/>
</StackLayout>
<StackLayout>
<Label Text="Description de l'image 1" FontSize="16"/>
<Label Text="Description de l'image 2" FontSize="16"/>
<Label Text="Description de l'image 3" FontSize="16"/>
</StackLayout>
</StackLayout> </StackLayout>
</ScrollView> <StackLayout>
<Label Text="Description de l'image 1" FontSize="16"/>
</StackLayout>
<StackLayout>
<Image Source="ppp.jpg" WidthRequest="100" HeightRequest="100"/>
</StackLayout>
<StackLayout>
<Label Text="Description de l'image 2" FontSize="16"/>
</StackLayout>
<StackLayout>
<Image Source="tele.jpg" WidthRequest="100" HeightRequest="100"/>
</StackLayout>
<StackLayout>
<Label Text="Description de l'image 3" FontSize="16"/>
</StackLayout>
</StackLayout>
</ScrollView>
</VerticalStackLayout> </VerticalStackLayout>
</Grid> </Grid>
</ContentPage> </ContentPage>
Loading…
Cancel
Save