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"/> 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
@ -61,6 +62,7 @@
</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>

Loading…
Cancel
Save