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