petit modif

master
enzoj 2 years ago
parent c34226b47e
commit fbd6480466

Binary file not shown.

Binary file not shown.

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

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

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

Loading…
Cancel
Save