diff --git a/Sources/BookApp/AppShell.xaml b/Sources/BookApp/AppShell.xaml index 8ea0eb9..b124732 100644 --- a/Sources/BookApp/AppShell.xaml +++ b/Sources/BookApp/AppShell.xaml @@ -15,19 +15,21 @@ - + - + - + + + diff --git a/Sources/BookApp/AppShell.xaml.cs b/Sources/BookApp/AppShell.xaml.cs index ce0183e..8f31430 100644 --- a/Sources/BookApp/AppShell.xaml.cs +++ b/Sources/BookApp/AppShell.xaml.cs @@ -10,7 +10,8 @@ namespace BookApp Routing.RegisterRoute("FiltragePage", typeof(Filtrage)); Routing.RegisterRoute("TousPage", typeof(Tous)); Routing.RegisterRoute("Mainpage", typeof(MainPage)); - Routing.RegisterRoute("EmpruntsPrets", typeof(EmpruntsPrets)); + Routing.RegisterRoute("EmpruntsPretsPage", typeof(EmpruntsPrets)); + Routing.RegisterRoute("DetailBookPage", typeof(DetailBook)); } } } diff --git a/Sources/BookApp/Composants/CollectionFiltrage.xaml b/Sources/BookApp/Composants/CollectionFiltrage.xaml index 4daadf9..62bb13b 100644 --- a/Sources/BookApp/Composants/CollectionFiltrage.xaml +++ b/Sources/BookApp/Composants/CollectionFiltrage.xaml @@ -6,7 +6,7 @@ xmlns:model="clr-namespace:Model;assembly=Model" x:DataType="vm:ViewModelManager" x:Class="BookApp.Composants.CollectionFiltrage"> - + diff --git a/Sources/BookApp/Composants/GroupCollection.xaml b/Sources/BookApp/Composants/GroupCollection.xaml index 79bcd7d..a64369e 100644 --- a/Sources/BookApp/Composants/GroupCollection.xaml +++ b/Sources/BookApp/Composants/GroupCollection.xaml @@ -2,6 +2,7 @@ - + @@ -116,9 +116,9 @@ + SelectionMode="Single" Margin="25,0,0,0" BackgroundColor="#F9F9F9"> @@ -147,11 +147,10 @@ VerticalOptions="Center" Margin="0,0,40,0" HorizontalOptions="End"/> -