|
|
@ -26,10 +26,11 @@
|
|
|
|
VerticalTextAlignment="Center"/>
|
|
|
|
VerticalTextAlignment="Center"/>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<!--Image display and upload button-->
|
|
|
|
<!--Editor-->
|
|
|
|
<ScrollView
|
|
|
|
<ScrollView
|
|
|
|
Grid.Row="1">
|
|
|
|
Grid.Row="1">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
|
|
|
<!--Image display and Image upload button-->
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
RowDefinitions="Auto">
|
|
|
|
RowDefinitions="Auto">
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
@ -59,8 +60,9 @@
|
|
|
|
WidthRequest="30"/>
|
|
|
|
WidthRequest="30"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
|
|
|
<!--Ingredients-->
|
|
|
|
<Entry
|
|
|
|
<Entry
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Style="{StaticResource UserInput}"
|
|
|
|
Placeholder="Specify your recipe name"/>
|
|
|
|
Placeholder="Specify your recipe name"/>
|
|
|
@ -73,6 +75,7 @@
|
|
|
|
<views:IngredientInput/>
|
|
|
|
<views:IngredientInput/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Add new ingredient button-->
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
<HorizontalStackLayout.GestureRecognizers>
|
|
|
|
<HorizontalStackLayout.GestureRecognizers>
|
|
|
|
<TapGestureRecognizer
|
|
|
|
<TapGestureRecognizer
|
|
|
@ -89,6 +92,10 @@
|
|
|
|
Text="Add Ingredient"
|
|
|
|
Text="Add Ingredient"
|
|
|
|
VerticalTextAlignment="Center"/>
|
|
|
|
VerticalTextAlignment="Center"/>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
|
|
|
Style="{StaticResource h2}"
|
|
|
|
|
|
|
|
Text="Informations"/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|