From 27f71164b00edd8d96af8c49bb459b8ed6a52be4 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Fri, 7 Apr 2023 16:10:32 +0200 Subject: [PATCH] Modification listPage --- MangaMap/Views/listPage.xaml | 68 ++++++++++++++++----------------- MangaMap/Views/listPage.xaml.cs | 1 + 2 files changed, 33 insertions(+), 36 deletions(-) diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index c773ab6..1e8f4c5 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -1,39 +1,35 @@ - + xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" + x:Class="MangaMap.Views.listPage" + BackgroundColor="Black"> - - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs index 6b8e229..9580acc 100644 --- a/MangaMap/Views/listPage.xaml.cs +++ b/MangaMap/Views/listPage.xaml.cs @@ -6,4 +6,5 @@ public partial class listPage : ContentPage { InitializeComponent(); } + } \ No newline at end of file