|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
<BackButtonBehavior IsVisible="False" IsEnabled="False" />
|
|
|
|
|
</Shell.BackButtonBehavior>
|
|
|
|
|
<StackLayout>
|
|
|
|
|
<Label FontSize="35" Padding="10" FontAttributes="Bold" >Mes livres</Label>
|
|
|
|
|
<Label FontSize="35" FontFamily="SF-Pro-Display-Bold" Padding="10">Mes livres</Label>
|
|
|
|
|
<Rectangle HeightRequest="1" BackgroundColor="black" VerticalOptions="End" />
|
|
|
|
|
<CollectionView ItemsSource="{Binding MyCollections1}" Margin="25,0,0,0" BackgroundColor="#F9F9F9">
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
Source="{Binding Icone}"
|
|
|
|
|
HeightRequest="25"
|
|
|
|
|
WidthRequest="25"/>
|
|
|
|
|
<Label Grid.Column="1"
|
|
|
|
|
<Label FontFamily="SF-Compact-Display-Semibold" Grid.Column="1"
|
|
|
|
|
Text="{Binding Name}"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
Padding="5"
|
|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
</CollectionView>
|
|
|
|
|
|
|
|
|
|
<Rectangle HeightRequest="1" BackgroundColor="black" VerticalOptions="End"/>
|
|
|
|
|
<Label FontSize="18" Padding="15" FontAttributes="Bold">Filtres</Label>
|
|
|
|
|
<Label FontFamily="SF-Pro-Display-Heavy" FontSize="20" Padding="10">Filtres</Label>
|
|
|
|
|
<Rectangle HeightRequest="1" BackgroundColor="black" VerticalOptions="End"/>
|
|
|
|
|
|
|
|
|
|
<CollectionView ItemsSource="{Binding MyCollections2}" Margin="25,0,0,0" BackgroundColor="#F9F9F9">
|
|
|
|
@ -106,7 +106,7 @@
|
|
|
|
|
Source="{Binding Icone}"
|
|
|
|
|
HeightRequest="25"
|
|
|
|
|
WidthRequest="25"/>
|
|
|
|
|
<Label Grid.Column="1"
|
|
|
|
|
<Label FontFamily="SF-Compact-Display-Semibold" Grid.Column="1"
|
|
|
|
|
Text="{Binding Name}"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
Padding="5"
|
|
|
|
@ -116,7 +116,7 @@
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Label Grid.Column="2"
|
|
|
|
|
<Label FontFamily="SF-Compact-Display-Semibold" Grid.Column="2"
|
|
|
|
|
Text="{Binding Number}"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|