|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
TitleMini="Ajouter une recette"
|
|
|
|
|
NeedReturn="True"
|
|
|
|
|
HeightRequest="100"/>
|
|
|
|
|
<Grid ColumnDefinitions="auto, auto"
|
|
|
|
|
<Grid ColumnDefinitions="auto, auto, auto"
|
|
|
|
|
RowDefinitions="auto,auto,auto,auto,auto,auto, auto, auto, auto,auto"
|
|
|
|
|
Margin="50,20,20,20">
|
|
|
|
|
<Label Text="Titre de la recette :"/>
|
|
|
|
@ -28,6 +28,7 @@
|
|
|
|
|
<RadioButton x:Name="CheckDessert" Grid.Row="3" Margin="155,0" />
|
|
|
|
|
<Label Text="Dessert" Grid.Row="3" Margin="185,20"/>
|
|
|
|
|
<Button Text="pick photo" Clicked="PickPhoto" Grid.Row="1" Grid.Column="1"/>
|
|
|
|
|
<Button Text="Import recipe (json)" Clicked="Import_Clicked" Grid.Row="1" Grid.Column="2"/>
|
|
|
|
|
<Label Text="Type de priorité :" Grid.Row="4" Margin="0,10,0,20"/>
|
|
|
|
|
<VerticalStackLayout Grid.Row="5">
|
|
|
|
|
<HorizontalStackLayout RadioButtonGroup.GroupName="PriorityGroup">
|
|
|
|
|