add comments
continuous-integration/drone/push Build is failing Details

pull/37/head
Maxime BATISTA 2 years ago
parent ca213a1da2
commit 32f1fb914b

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

Loading…
Cancel
Save