petit modif

master
enzoj 2 years ago
parent c34226b47e
commit fbd6480466

Binary file not shown.

Binary file not shown.

@ -3,8 +3,8 @@
<PropertyGroup> <PropertyGroup>
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework> <ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
<ActiveDebugProfile>Samsung SM-A705FN (Android 11.0 - API 30)</ActiveDebugProfile> <ActiveDebugProfile>Émulateur Android</ActiveDebugProfile>
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup> <SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'"> <PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier> <RuntimeIdentifier>ios-arm64</RuntimeIdentifier>

@ -10,10 +10,13 @@
<Label Text="Tous" FontFamily="Strande2" VerticalTextAlignment="Center" VerticalOptions="CenterAndExpand" HeightRequest="50" FontSize="Medium" /> <Label Text="Tous" FontFamily="Strande2" VerticalTextAlignment="Center" VerticalOptions="CenterAndExpand" HeightRequest="50" FontSize="Medium" />
</Shell.TitleView> </Shell.TitleView>
<ContentPage.ToolbarItems>
<ContentPage.ToolbarItems>
<ToolbarItem IconImageSource="plus" />
<ToolbarItem IconImageSource="arrowuparrowdown" />
</ContentPage.ToolbarItems> </ContentPage.ToolbarItems>
<ScrollView> <ScrollView>
<CollectionView x:Name="collectionView" IsGrouped="True" > <CollectionView x:Name="collectionView" IsGrouped="True" >
<CollectionView.GroupHeaderTemplate> <CollectionView.GroupHeaderTemplate>

@ -14,8 +14,6 @@ public partial class Livres : ContentPage
getLivre(); getLivre();
collectionView.ItemsSource = listeGroupLivre; collectionView.ItemsSource = listeGroupLivre;
} }

Loading…
Cancel
Save