diff --git a/AideDeJeu/AideDeJeu/AideDeJeu.csproj b/AideDeJeu/AideDeJeu/AideDeJeu.csproj
index 184f06f3..d01cbad1 100644
--- a/AideDeJeu/AideDeJeu/AideDeJeu.csproj
+++ b/AideDeJeu/AideDeJeu/AideDeJeu.csproj
@@ -103,6 +103,9 @@
MSBuild:UpdateDesignTimeXaml
+
+ MSBuild:UpdateDesignTimeXaml
+
MSBuild:UpdateDesignTimeXaml
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml
index 69e37710..5af6688b 100644
--- a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml
@@ -7,6 +7,7 @@
xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core"
xmlns:tools="clr-namespace:AideDeJeu.Tools"
xmlns:mdview="clr-namespace:Xam.Forms.Markdown"
+ xmlns:views="clr-namespace:AideDeJeu.Views"
x:Name="This"
Title="Création de personnage"
SelectedTabColor="{StaticResource HDRed}"
@@ -23,7 +24,7 @@
-
+
@@ -32,7 +33,7 @@
-
+
@@ -40,7 +41,7 @@
-
+
@@ -49,45 +50,44 @@
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
diff --git a/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml b/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml
new file mode 100644
index 00000000..77123648
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml.cs b/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml.cs
new file mode 100644
index 00000000..5054304e
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/StringPickerView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views
+{
+ [XamlCompilation(XamlCompilationOptions.Compile)]
+ public partial class StringPickerView : ContentView
+ {
+ public StringPickerView()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file