From 5f26baaa1ef38cff916d63ffeab0e262feff607e Mon Sep 17 00:00:00 2001 From: Baptiste ARNAUD Date: Fri, 13 Dec 2019 15:48:54 +0100 Subject: [PATCH] =?UTF-8?q?changement=20de=20couleur=20d'entr=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TheGameExtreme.Android/Resources/Resource.designer.cs | 8 ++++---- TheGameExtreme/view/GamePreparationPage.xaml | 1 + TheGameExtreme/view/GamePreparationPage.xaml.cs | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs index 04864d7..fe0c1d4 100644 --- a/TheGameExtreme.Android/Resources/Resource.designer.cs +++ b/TheGameExtreme.Android/Resources/Resource.designer.cs @@ -1,11 +1,11 @@ #pragma warning disable 1591 //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. // //------------------------------------------------------------------------------ diff --git a/TheGameExtreme/view/GamePreparationPage.xaml b/TheGameExtreme/view/GamePreparationPage.xaml index 78d8e13..29bc460 100644 --- a/TheGameExtreme/view/GamePreparationPage.xaml +++ b/TheGameExtreme/view/GamePreparationPage.xaml @@ -200,6 +200,7 @@ WidthRequest="200" MaxLength="18" x:Name="FirstEntry" + TextColor="Black" IsTextPredictionEnabled="False"/> diff --git a/TheGameExtreme/view/GamePreparationPage.xaml.cs b/TheGameExtreme/view/GamePreparationPage.xaml.cs index 3ed9da0..d744a62 100644 --- a/TheGameExtreme/view/GamePreparationPage.xaml.cs +++ b/TheGameExtreme/view/GamePreparationPage.xaml.cs @@ -119,7 +119,8 @@ namespace TheGameExtreme.view MinimumWidthRequest = 50, HorizontalOptions = LayoutOptions.Center, MaxLength = 18, - IsTextPredictionEnabled = false + IsTextPredictionEnabled = false, + TextColor = Color.Black }; NameList.Children.Add(e);