|
|
@ -14,21 +14,20 @@
|
|
|
|
<!--Main content-->
|
|
|
|
<!--Main content-->
|
|
|
|
<ScrollView>
|
|
|
|
<ScrollView>
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|
RowDefinitions="*, Auto, Auto, 0.5*">
|
|
|
|
RowDefinitions="Auto, Auto, *, Auto">
|
|
|
|
<!--Header-->
|
|
|
|
<!--Header-->
|
|
|
|
<FlexLayout
|
|
|
|
<FlexLayout
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Direction="Row"
|
|
|
|
Direction="Row"
|
|
|
|
JustifyContent="SpaceBetween"
|
|
|
|
JustifyContent="SpaceBetween"
|
|
|
|
AlignContent="Center"
|
|
|
|
AlignContent="Center"
|
|
|
|
AlignItems="Center">
|
|
|
|
AlignItems="Center"
|
|
|
|
|
|
|
|
HeightRequest="60">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
|
|
|
|
|
|
|
|
Source="arrow_back.svg"
|
|
|
|
Source="arrow_back.svg"
|
|
|
|
Clicked="OnBackButtonClicked"/>
|
|
|
|
Clicked="OnBackButtonClicked"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Style="{StaticResource h1}"
|
|
|
|
Style="{StaticResource h1}"
|
|
|
|
x:Name="RecipeName"
|
|
|
|
x:Name="RecipeName"
|
|
|
@ -36,7 +35,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
x:Name="Favorite"
|
|
|
|
x:Name="Favorite"
|
|
|
|
Source="hearth_off.svg"
|
|
|
|
|
|
|
|
Margin="0, 0, 5, 0"
|
|
|
|
Margin="0, 0, 5, 0"
|
|
|
|
Clicked="OnFavorite"/>
|
|
|
|
Clicked="OnFavorite"/>
|
|
|
|
</FlexLayout>
|
|
|
|
</FlexLayout>
|
|
|
@ -110,7 +108,8 @@
|
|
|
|
<!--Stars-->
|
|
|
|
<!--Stars-->
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout
|
|
|
|
<HorizontalStackLayout
|
|
|
|
Grid.Row="3">
|
|
|
|
Grid.Row="3"
|
|
|
|
|
|
|
|
MaximumHeightRequest="45">
|
|
|
|
<HorizontalStackLayout
|
|
|
|
<HorizontalStackLayout
|
|
|
|
x:Name="Stars"
|
|
|
|
x:Name="Stars"
|
|
|
|
Spacing="2"
|
|
|
|
Spacing="2"
|
|
|
|