diff --git a/src/TramlineFive/TramlineFive.Maui/Pages/MapPage.xaml b/src/TramlineFive/TramlineFive.Maui/Pages/MapPage.xaml index 9c201bf..8df51d1 100644 --- a/src/TramlineFive/TramlineFive.Maui/Pages/MapPage.xaml +++ b/src/TramlineFive/TramlineFive.Maui/Pages/MapPage.xaml @@ -33,32 +33,7 @@ - - - - - - - - - - - - - - - - - - - - - - - + %(Filename) + + SuggestionsView.xaml + CustomFloatingActionButton.xaml @@ -291,6 +294,9 @@ Designer MSBuild:UpdateDesignTimeXaml + + MSBuild:UpdateDesignTimeXaml + MSBuild:UpdateDesignTimeXaml diff --git a/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml b/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml new file mode 100644 index 0000000..4c7ee3a --- /dev/null +++ b/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml.cs b/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml.cs new file mode 100644 index 0000000..03faecb --- /dev/null +++ b/src/TramlineFive/TramlineFive.Maui/Views/SuggestionsView.xaml.cs @@ -0,0 +1,11 @@ +using Mapsui.Utilities; + +namespace TramlineFive.Maui.Views; + +public partial class SuggestionsView : Border +{ + public SuggestionsView() + { + InitializeComponent(); + } +}