changement de couleur d'entrée

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

@ -1,11 +1,11 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// 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é.
// </auto-generated>
//------------------------------------------------------------------------------

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

@ -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);

Loading…
Cancel
Save