diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs
index 53d959a..a38c440 100644
--- a/TheGameExtreme.Android/Resources/Resource.designer.cs
+++ b/TheGameExtreme.Android/Resources/Resource.designer.cs
@@ -5776,82 +5776,85 @@ namespace TheGameExtreme.Droid
public const int EngrenageV1 = 2131165283;
// aapt resource value: 0x7F070064
- public const int HomeIcon = 2131165284;
+ public const int ExempleJeu = 2131165284;
// aapt resource value: 0x7F070065
- public const int ic_mtrl_chip_checked_black = 2131165285;
+ public const int ExempleJeu1 = 2131165285;
// aapt resource value: 0x7F070066
- public const int ic_mtrl_chip_checked_circle = 2131165286;
+ public const int HomeIcon = 2131165286;
// aapt resource value: 0x7F070067
- public const int ic_mtrl_chip_close_circle = 2131165287;
+ public const int ic_mtrl_chip_checked_black = 2131165287;
// aapt resource value: 0x7F070068
- public const int imagesRules = 2131165288;
+ public const int ic_mtrl_chip_checked_circle = 2131165288;
// aapt resource value: 0x7F070069
- public const int LuneSombreTheme = 2131165289;
+ public const int ic_mtrl_chip_close_circle = 2131165289;
// aapt resource value: 0x7F07006A
- public const int mtrl_snackbar_background = 2131165290;
+ public const int LuneSombreTheme = 2131165290;
// aapt resource value: 0x7F07006B
- public const int mtrl_tabs_default_indicator = 2131165291;
+ public const int mtrl_snackbar_background = 2131165291;
// aapt resource value: 0x7F07006C
- public const int navigation_empty_icon = 2131165292;
+ public const int mtrl_tabs_default_indicator = 2131165292;
// aapt resource value: 0x7F07006D
- public const int notification_action_background = 2131165293;
+ public const int navigation_empty_icon = 2131165293;
// aapt resource value: 0x7F07006E
- public const int notification_bg = 2131165294;
+ public const int notification_action_background = 2131165294;
// aapt resource value: 0x7F07006F
- public const int notification_bg_low = 2131165295;
+ public const int notification_bg = 2131165295;
// aapt resource value: 0x7F070070
- public const int notification_bg_low_normal = 2131165296;
+ public const int notification_bg_low = 2131165296;
// aapt resource value: 0x7F070071
- public const int notification_bg_low_pressed = 2131165297;
+ public const int notification_bg_low_normal = 2131165297;
// aapt resource value: 0x7F070072
- public const int notification_bg_normal = 2131165298;
+ public const int notification_bg_low_pressed = 2131165298;
// aapt resource value: 0x7F070073
- public const int notification_bg_normal_pressed = 2131165299;
+ public const int notification_bg_normal = 2131165299;
// aapt resource value: 0x7F070074
- public const int notification_icon_background = 2131165300;
+ public const int notification_bg_normal_pressed = 2131165300;
// aapt resource value: 0x7F070075
- public const int notification_template_icon_bg = 2131165301;
+ public const int notification_icon_background = 2131165301;
// aapt resource value: 0x7F070076
- public const int notification_template_icon_low_bg = 2131165302;
+ public const int notification_template_icon_bg = 2131165302;
// aapt resource value: 0x7F070077
- public const int notification_tile_bg = 2131165303;
+ public const int notification_template_icon_low_bg = 2131165303;
// aapt resource value: 0x7F070078
- public const int notify_panel_notification_icon_bg = 2131165304;
+ public const int notification_tile_bg = 2131165304;
// aapt resource value: 0x7F070079
- public const int PointI = 2131165305;
+ public const int notify_panel_notification_icon_bg = 2131165305;
// aapt resource value: 0x7F07007A
- public const int SoleilThemes = 2131165306;
+ public const int PointI = 2131165306;
// aapt resource value: 0x7F07007B
- public const int tooltip_frame_dark = 2131165307;
+ public const int SoleilThemes = 2131165307;
// aapt resource value: 0x7F07007C
- public const int tooltip_frame_light = 2131165308;
+ public const int tooltip_frame_dark = 2131165308;
// aapt resource value: 0x7F07007D
- public const int TrierImageB = 2131165309;
+ public const int tooltip_frame_light = 2131165309;
+
+ // aapt resource value: 0x7F07007E
+ public const int TrierImageB = 2131165310;
static Drawable()
{
diff --git a/TheGameExtreme.Android/Resources/drawable/ExempleJeu.png b/TheGameExtreme.Android/Resources/drawable/ExempleJeu.png
new file mode 100644
index 0000000..463842b
Binary files /dev/null and b/TheGameExtreme.Android/Resources/drawable/ExempleJeu.png differ
diff --git a/TheGameExtreme.Android/Resources/drawable/ExempleJeu1.png b/TheGameExtreme.Android/Resources/drawable/ExempleJeu1.png
new file mode 100644
index 0000000..4c18cfc
Binary files /dev/null and b/TheGameExtreme.Android/Resources/drawable/ExempleJeu1.png differ
diff --git a/TheGameExtreme.Android/Resources/drawable/imagesRules.png b/TheGameExtreme.Android/Resources/drawable/imagesRules.png
deleted file mode 100644
index 52a4df2..0000000
Binary files a/TheGameExtreme.Android/Resources/drawable/imagesRules.png and /dev/null differ
diff --git a/TheGameExtreme.Android/TheGameExtreme.Android.csproj b/TheGameExtreme.Android/TheGameExtreme.Android.csproj
index ea3a099..f8cfaab 100644
--- a/TheGameExtreme.Android/TheGameExtreme.Android.csproj
+++ b/TheGameExtreme.Android/TheGameExtreme.Android.csproj
@@ -115,9 +115,6 @@
-
-
-
@@ -139,5 +136,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme.iOS/OrderStacks.csproj b/TheGameExtreme.iOS/OrderStacks.csproj
index c0ad380..9103d6c 100644
--- a/TheGameExtreme.iOS/OrderStacks.csproj
+++ b/TheGameExtreme.iOS/OrderStacks.csproj
@@ -80,7 +80,6 @@
-
@@ -190,6 +189,8 @@
+
+
\ No newline at end of file
diff --git a/TheGameExtreme.iOS/Resources/ExempleJeu.png b/TheGameExtreme.iOS/Resources/ExempleJeu.png
new file mode 100644
index 0000000..463842b
Binary files /dev/null and b/TheGameExtreme.iOS/Resources/ExempleJeu.png differ
diff --git a/TheGameExtreme.iOS/Resources/TrierImageB.png b/TheGameExtreme.iOS/Resources/TrierImageB.png
new file mode 100644
index 0000000..3a216ac
Binary files /dev/null and b/TheGameExtreme.iOS/Resources/TrierImageB.png differ
diff --git a/TheGameExtreme.iOS/Resources/imagesRules.png b/TheGameExtreme.iOS/Resources/imagesRules.png
deleted file mode 100644
index 52a4df2..0000000
Binary files a/TheGameExtreme.iOS/Resources/imagesRules.png and /dev/null differ
diff --git a/TheGameExtreme/view/RulesGame.xaml b/TheGameExtreme/view/RulesGame.xaml
index 92395e5..ca41a10 100644
--- a/TheGameExtreme/view/RulesGame.xaml
+++ b/TheGameExtreme/view/RulesGame.xaml
@@ -17,6 +17,7 @@
+
@@ -52,17 +53,23 @@
WidthRequest="60"
Clicked="BackToHome"
BackgroundColor="Transparent"/>
-
-
-
+
+
+
-
+
+
+
diff --git a/TheGameExtreme/view/RulesGame.xaml.cs b/TheGameExtreme/view/RulesGame.xaml.cs
index 636c438..61d4ddd 100644
--- a/TheGameExtreme/view/RulesGame.xaml.cs
+++ b/TheGameExtreme/view/RulesGame.xaml.cs
@@ -26,5 +26,6 @@ namespace TheGameExtreme.view
{
await Navigation.PushAsync(new GamePreparationPage());
}
+
}
}
\ No newline at end of file