|
|
|
@ -11,6 +11,8 @@
|
|
|
|
|
<Label VerticalTextAlignment="Center" HorizontalOptions="EndAndExpand" Text="+" TextColor="{StaticResource Primary}" FontSize="30" />
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<Label Padding="15,0,0,0" Text="Mes Livres" FontSize="38" FontAttributes="Bold" Margin="0,0,0,10"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6"/>
|
|
|
|
|
<StackLayout Background="#F8F8F8">
|
|
|
|
|
<local:ContentViewFilter FilterImageName="tray_second_fill.svg"
|
|
|
|
|
FilterName="Tous"
|
|
|
|
|
FilterNum="45">
|
|
|
|
@ -18,26 +20,39 @@
|
|
|
|
|
<TapGestureRecognizer Tapped="OnContentViewFilterTappedTous"/>
|
|
|
|
|
</local:ContentViewFilter.GestureRecognizers>
|
|
|
|
|
</local:ContentViewFilter>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="person_badge_clock_fill.svg"
|
|
|
|
|
FilterName="En prêt"
|
|
|
|
|
FilterNum="1"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="arrow_forward.svg"
|
|
|
|
|
FilterName="A lire plus tard"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="eyeglasses.svg"
|
|
|
|
|
FilterName="Statut de lecture"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="heart_fill.svg"
|
|
|
|
|
FilterName="Favoris"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6"/>
|
|
|
|
|
<Label Text="Filtres" FontSize="20" Margin="20,20,0,20" FontAttributes="Bold"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6"/>
|
|
|
|
|
<StackLayout Background="#F8F8F8">
|
|
|
|
|
|
|
|
|
|
<local:ContentViewFilter FilterImageName="person_fill.svg"
|
|
|
|
|
FilterName="Auteur">
|
|
|
|
|
<local:ContentViewFilter.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="OnContentViewFilterTappedAuteur"/>
|
|
|
|
|
</local:ContentViewFilter.GestureRecognizers>
|
|
|
|
|
</local:ContentViewFilter>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="calendar.svg"
|
|
|
|
|
FilterName="Date de publication"/>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6" Margin="25,0,0,0"/>
|
|
|
|
|
<local:ContentViewFilter FilterImageName="sparkles.svg"
|
|
|
|
|
FilterName="Note"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<Line BackgroundColor="#E6E6E6"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|