xaml/homePage #29

Merged
leo.tuaillon merged 16 commits from xaml/homePage into master 2 years ago
Owner
There is no content yet.
leo.tuaillon added 11 commits 2 years ago
maxime.batista added 1 commit 2 years ago
maxime.batista requested changes 2 years ago
maxime.batista left a comment

Tu utilises trop de margin, essaye de les factoriser

Tu utilises trop de margin, essaye de les factoriser
AlignContent="Center"
Margin="20,35,20,20"
>
<Border

tu peux supprimer ce bouton puisqu'il sert à rien

tu peux supprimer ce bouton puisqu'il sert à rien
<ScrollView
Orientation="Horizontal">
<HorizontalStackLayout Spacing="10">

Rajoute un padding Padding="0,0,0,40"

Rajoute un padding `Padding="0,0,0,40"`
JustifyContent="SpaceBetween"
AlignItems="Center"
AlignContent="Stretch"
Margin="20,40,20,20"

Remplace cette ligne par

Margin="20,0,20,20"
Remplace cette ligne par ```xml Margin="20,0,20,20" ```
AlignContent="Stretch"
Margin="20,40,20,20"
>
<Label Text="Recommended for you"

tu peux remplacer ca par

<Label Text="Recommended for you" 
       Style="{StaticResource h2}"/>

Pareil pour le label "Popular recipe"

tu peux remplacer ca par ```xml <Label Text="Recommended for you" Style="{StaticResource h2}"/> ``` Pareil pour le label "Popular recipe"
maxime.batista added 1 commit 2 years ago
leo.tuaillon added 1 commit 2 years ago
maxime.batista added 1 commit 2 years ago

ouai c'est bon

ouai c'est bon
maxime.batista added 1 commit 2 years ago
leo.tuaillon merged commit be803872c8 into master 2 years ago
leo.tuaillon deleted branch xaml/homePage 2 years ago

Reviewers

maxime.batista requested changes 2 years ago
The pull request has been merged as be803872c8.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: leo.tuaillon/ShopNCook#29
Loading…
There is no content yet.