diff --git a/sources/PocketBook/BookDetail.xaml b/sources/PocketBook/BookDetail.xaml index 4e7f60c..557ae34 100644 --- a/sources/PocketBook/BookDetail.xaml +++ b/sources/PocketBook/BookDetail.xaml @@ -4,23 +4,21 @@ x:Class="PocketBook.BookDetail" Title="BookDetail"> - - - + + - - + + - diff --git a/sources/PocketBook/ContentViewFilter.xaml b/sources/PocketBook/ContentViewFilter.xaml index 294780b..7ba43b6 100644 --- a/sources/PocketBook/ContentViewFilter.xaml +++ b/sources/PocketBook/ContentViewFilter.xaml @@ -3,13 +3,11 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="PocketBook.ContentViewFilter"> - - - - - + + + diff --git a/sources/PocketBook/MainPage.xaml b/sources/PocketBook/MainPage.xaml index ced66f1..a35e364 100644 --- a/sources/PocketBook/MainPage.xaml +++ b/sources/PocketBook/MainPage.xaml @@ -11,33 +11,48 @@ diff --git a/sources/PocketBook/TousPage.xaml b/sources/PocketBook/TousPage.xaml index 57b391e..ac34fd5 100644 --- a/sources/PocketBook/TousPage.xaml +++ b/sources/PocketBook/TousPage.xaml @@ -8,13 +8,14 @@ + diff --git a/sources/PocketBook/TousPage.xaml.cs b/sources/PocketBook/TousPage.xaml.cs index 7fd2eac..3a6d312 100644 --- a/sources/PocketBook/TousPage.xaml.cs +++ b/sources/PocketBook/TousPage.xaml.cs @@ -26,9 +26,10 @@ public partial class Auteur books = new List { new Book("Buveur d'encre", "En lecture", name), - new Book("Caca boudin", "En lecture", name), - new Book("Prout", "En lecture", name), - new Book("Benjamin", "En lecture", name) + new Book("Harry Potter et la pierre philosophale", "Non lu",name), + new Book("Le Seigneur des anneaux", "En lecture", name), + new Book("1984", "Terminé", name), + new Book("Le Petit Prince", "Non lu", name) }; } } @@ -42,8 +43,8 @@ public partial class TousPage : ContentPage { mesAuteurs = new List { - new Auteur("Paul caca"), - new Auteur("Caca paul") + new Auteur("J.K. Rowling"), + new Auteur("J.R.R. Tolkien") }; InitializeComponent(); BindingContext=this;