mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Clavier nom
This commit is contained in:
parent
8b33b523f5
commit
dedf469b50
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</TabbedPage.Resources>
|
||||
<ContentPage Title="Généralités">
|
||||
<StackLayout>
|
||||
<Entry Placeholder="Nom" Text="{Binding Name}" />
|
||||
<Entry Placeholder="Nom" Text="{Binding Name}" Keyboard="Text" />
|
||||
<Picker Title="Alignement" HorizontalOptions="FillAndExpand" ItemsSource="{Binding Alignments}" ItemDisplayBinding="{Binding StringFormat='Alignement : {0}'}" />
|
||||
<Picker Title="Niveau" HorizontalOptions="FillAndExpand" ItemsSource="{Binding Levels}" ItemDisplayBinding="{Binding StringFormat='Niveau : {0}'}" />
|
||||
</StackLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue