|
|
@ -15,15 +15,7 @@
|
|
|
|
AlignContent="Center"
|
|
|
|
AlignContent="Center"
|
|
|
|
Margin="20,35,20,20"
|
|
|
|
Margin="20,35,20,20"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Border
|
|
|
|
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
|
|
|
|
BackgroundColor="{StaticResource ActionButton}"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<ImageButton Source="sort.svg"
|
|
|
|
|
|
|
|
Padding="5"
|
|
|
|
|
|
|
|
WidthRequest="65"
|
|
|
|
|
|
|
|
HeightRequest="65"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
|
Style="{StaticResource SecondaryBorder}"
|
|
|
@ -87,6 +79,7 @@
|
|
|
|
</FlexLayout>
|
|
|
|
</FlexLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
<ScrollView
|
|
|
|
|
|
|
|
Padding="0,0,0,40"
|
|
|
|
Orientation="Horizontal">
|
|
|
|
Orientation="Horizontal">
|
|
|
|
<HorizontalStackLayout Spacing="10">
|
|
|
|
<HorizontalStackLayout Spacing="10">
|
|
|
|
<views:RecipeView/>
|
|
|
|
<views:RecipeView/>
|
|
|
@ -106,16 +99,11 @@
|
|
|
|
JustifyContent="SpaceBetween"
|
|
|
|
JustifyContent="SpaceBetween"
|
|
|
|
AlignItems="Center"
|
|
|
|
AlignItems="Center"
|
|
|
|
AlignContent="Stretch"
|
|
|
|
AlignContent="Stretch"
|
|
|
|
Margin="20,40,20,20"
|
|
|
|
Margin="20,0,20,20"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Label Text="Recommended for you"
|
|
|
|
<Label Text="Recommended for you"
|
|
|
|
HeightRequest="35"
|
|
|
|
Style="{StaticResource h2}"/>
|
|
|
|
FontSize="Title"
|
|
|
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
|
|
|
Margin="5,0,0,0"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Label>
|
|
|
|
|
|
|
|
<Label Text="Show All"
|
|
|
|
<Label Text="Show All"
|
|
|
|
Margin="0,5,5,0"
|
|
|
|
Margin="0,5,5,0"
|
|
|
|
HeightRequest="25"
|
|
|
|
HeightRequest="25"
|
|
|
|