diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index 293eb06..7f43a5b 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -2,7 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:MangaMap" x:Class="MangaMap.Views.listPage" - BackgroundColor="Black"> + BackgroundColor="Black" +> @@ -39,24 +40,24 @@ - - - - - - - - - - - - + + + + + + + + diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs index 449192f..4550dab 100644 --- a/MangaMap/Views/listPage.xaml.cs +++ b/MangaMap/Views/listPage.xaml.cs @@ -36,7 +36,7 @@ public partial class listPage : ContentPage Grid.SetRow(imageButton, ligne); Grid.SetColumn(imageButton, 0); - //grille.Children.Add(imageButton); + grille.Children.Add(imageButton); indice++; } diff --git a/MangaMap/Views/loginPage.xaml b/MangaMap/Views/loginPage.xaml index 295c48b..ddccf49 100644 --- a/MangaMap/Views/loginPage.xaml +++ b/MangaMap/Views/loginPage.xaml @@ -13,12 +13,11 @@ -