From 8090b8813545d042c7d0c820196a8efdb59b7aef Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Mon, 3 Apr 2023 11:53:20 +0200 Subject: [PATCH] added RecipeView --- ShoopNCook - Backup.csproj | 87 ++++++++++++++++++++++++++++++++++++++ ShoopNCook.csproj | 3 ++ Views/RecipeView.xaml | 39 +++++++++++++++++ Views/RecipeView.xaml.cs | 9 ++++ Views/SearchPage.xaml | 19 +++++++-- 5 files changed, 153 insertions(+), 4 deletions(-) create mode 100644 ShoopNCook - Backup.csproj create mode 100644 Views/RecipeView.xaml create mode 100644 Views/RecipeView.xaml.cs diff --git a/ShoopNCook - Backup.csproj b/ShoopNCook - Backup.csproj new file mode 100644 index 0000000..9ca6f83 --- /dev/null +++ b/ShoopNCook - Backup.csproj @@ -0,0 +1,87 @@ + + + + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + ShoopNCook + true + true + enable + + + ShoopNCook + + + com.companyname.shoopncook + bf17e1fe-a722-42f6-a24d-3327d351c924 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + + + + diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj index 8bad814..024478d 100644 --- a/ShoopNCook.csproj +++ b/ShoopNCook.csproj @@ -74,6 +74,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/Views/RecipeView.xaml b/Views/RecipeView.xaml new file mode 100644 index 0000000..2b3a72f --- /dev/null +++ b/Views/RecipeView.xaml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/Views/RecipeView.xaml.cs b/Views/RecipeView.xaml.cs new file mode 100644 index 0000000..07d00b6 --- /dev/null +++ b/Views/RecipeView.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Views; + +public partial class RecipeView : ContentView +{ + public RecipeView() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Views/SearchPage.xaml b/Views/SearchPage.xaml index 8f622c3..d03844c 100644 --- a/Views/SearchPage.xaml +++ b/Views/SearchPage.xaml @@ -2,6 +2,7 @@ - + + BackgroundColor="Red" + JustifyContent="Start" + AlignItems="Start" + AlignContent="Start" + Direction="Row" - + Wrap="Wrap"> + + + + + + + - \ No newline at end of file