diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml
index 6ea8dd4..7397965 100644
--- a/MangaMap/Views/listPage.xaml
+++ b/MangaMap/Views/listPage.xaml
@@ -20,10 +20,10 @@
-
+
+ HorizontalOptions="Start" VerticalOptions="Center"/>
@@ -36,12 +36,12 @@
-
+
-
-
+
+
@@ -78,9 +78,9 @@
-
-
-
+
+
+
@@ -117,9 +117,9 @@
-
-
-
+
+
+
@@ -156,9 +156,9 @@
-
-
-
+
+
+
diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs
index 9283e00..ee3bdf3 100644
--- a/MangaMap/Views/listPage.xaml.cs
+++ b/MangaMap/Views/listPage.xaml.cs
@@ -21,4 +21,9 @@ public partial class listPage : ContentPage
await Navigation.PushAsync(new ficheAnime(selectedAnime));
}
}
+
+ private async void OnAddClicked(object sender, EventArgs e)
+ {
+
+ }
}
\ No newline at end of file