ajout des staticRessource (reste à débugué les margins)

pull/29/head
Leo TUAILLON 2 years ago
parent 3a4255cf31
commit 0d9febcc04

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

Loading…
Cancel
Save