changement de couleur d'entrée

master
Baptiste ARNAUD 5 years ago
parent 7db9d4ed54
commit 5f26baaa1e

@ -1,11 +1,11 @@
#pragma warning disable 1591 #pragma warning disable 1591
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // Ce code a été généré par un outil.
// Runtime Version:4.0.30319.42000 // Version du runtime :4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// the code is regenerated. // le code est régénéré.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------

@ -200,6 +200,7 @@
WidthRequest="200" WidthRequest="200"
MaxLength="18" MaxLength="18"
x:Name="FirstEntry" x:Name="FirstEntry"
TextColor="Black"
IsTextPredictionEnabled="False"/> IsTextPredictionEnabled="False"/>
</StackLayout> </StackLayout>

@ -119,7 +119,8 @@ namespace TheGameExtreme.view
MinimumWidthRequest = 50, MinimumWidthRequest = 50,
HorizontalOptions = LayoutOptions.Center, HorizontalOptions = LayoutOptions.Center,
MaxLength = 18, MaxLength = 18,
IsTextPredictionEnabled = false IsTextPredictionEnabled = false,
TextColor = Color.Black
}; };
NameList.Children.Add(e); NameList.Children.Add(e);

Loading…
Cancel
Save