|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
|
StrokeShape="RoundRectangle 40"
|
|
|
|
|
StrokeShape="RoundRectangle 30"
|
|
|
|
|
Stroke="Transparent">
|
|
|
|
|
|
|
|
|
|
<Grid
|
|
|
|
@ -13,23 +13,24 @@
|
|
|
|
|
Padding="10"
|
|
|
|
|
MinimumHeightRequest="175"
|
|
|
|
|
MinimumWidthRequest="150"
|
|
|
|
|
RowDefinitions="*, Auto, Auto">
|
|
|
|
|
RowDefinitions="*, Auto">
|
|
|
|
|
<Border
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Stroke="Transparent"
|
|
|
|
|
StrokeShape="RoundRectangle 30"
|
|
|
|
|
StrokeShape="RoundRectangle 20"
|
|
|
|
|
BackgroundColor="AliceBlue">
|
|
|
|
|
<Image/>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
|
Text="Recipe Name"/>
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"
|
|
|
|
|
Text="Preparation time"/>
|
|
|
|
|
<VerticalStackLayout Grid.Row="1">
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
|
Text="Recipe Name"/>
|
|
|
|
|
<Label
|
|
|
|
|
TextColor="{StaticResource TextColorSecondary}"
|
|
|
|
|
Text="Preparation time"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|