|
|
@ -55,8 +55,7 @@
|
|
|
|
ButtonNumber="{Binding BibliothequeVM.Manager.NbBooks}"
|
|
|
|
ButtonNumber="{Binding BibliothequeVM.Manager.NbBooks}"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.Navigator.NavigationCommand}"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.AllBooksNavigateCommand}"/>
|
|
|
|
CommandParameter="tous/"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
|
|
|
|
|
|
|
@ -119,8 +118,7 @@
|
|
|
|
ButtonIcon="person_fill.png"
|
|
|
|
ButtonIcon="person_fill.png"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.Navigator.NavigationCommand}"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.AllAuthorsNavigateCommand}"/>
|
|
|
|
CommandParameter="auteur/"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
|
|
|
|
|
|
|
@ -129,8 +127,7 @@
|
|
|
|
ButtonIcon="calendar.png"
|
|
|
|
ButtonIcon="calendar.png"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.Navigator.NavigationCommand}"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.AllDatesNavigateCommand}"/>
|
|
|
|
CommandParameter="date/"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
<contentView:SeparatorCutStartView/>
|
|
|
|
|
|
|
|
|
|
|
@ -139,8 +136,7 @@
|
|
|
|
ButtonIcon="sparkles.png"
|
|
|
|
ButtonIcon="sparkles.png"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonRedIconVisible="False"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonBlackIconVisible="True"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.Navigator.NavigationCommand}"
|
|
|
|
ButtonTappedCommand="{Binding BibliothequeVM.AllRatingsNavigateCommand}"/>
|
|
|
|
CommandParameter="note/"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<contentView:SeparatorEntireView/>
|
|
|
|
<contentView:SeparatorEntireView/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|