pull/15/head
maxime.BATISTA@etu.uca.fr 2 years ago
parent 8480d49382
commit 5f10b6315b

@ -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>

@ -12,7 +12,6 @@
<!-- Search label and return button -->
<Grid
Grid.Row="0"
RowDefinitions="Auto, *"
ColumnDefinitions="*, 1.5*"
Margin="0, 0, 0, 30">
@ -59,6 +58,8 @@
</Border>
</Grid>
<!-- Selection result count -->
<Label
Grid.Row="2"
@ -84,7 +85,8 @@
Grid.Column="1"
Text="Most Recent"
Style="{StaticResource UserButton}"
TextColor="{StaticResource TextColorSecondary}">
TextColor="{StaticResource TextColorSecondary}"
BackgroundColor="{StaticResource BackgroundSecondary}">
</Button>
@ -96,7 +98,6 @@
<ScrollView
Grid.Row="4">
<FlexLayout
BackgroundColor="Red"
JustifyContent="Center"
AlignItems="Start"
AlignContent="Start"

Loading…
Cancel
Save