xaml/changePassword #30

Merged
leo.tuaillon merged 8 commits from xaml/changePassword into master 2 years ago
Owner
There is no content yet.
leo.tuaillon added 2 commits 2 years ago
maxime.batista requested changes 2 years ago
<?xml version="1.0" encoding="utf-8" ?>

Faits gaffe aux conventions, les noms de fichiers c'est ecrit en PascalCase (ChangePassword.xaml)

Faits gaffe aux conventions, les noms de fichiers c'est ecrit en `PascalCase` (`ChangePassword.xaml`)
Margin="0, 30, 0, 0"
Stroke="{StaticResource BackgroundPrimary}"
StrokeShape="RoundRectangle 12">
<Label

utilises un Button ici plustot qu'un Label

   <Button
      HeightRequest="50"
      Style="{StaticResource UserButton}"
      BackgroundColor="{StaticResource ActionButton}"
      Text="SAVE"/>
utilises un Button ici plustot qu'un Label ```xml <Button HeightRequest="50" Style="{StaticResource UserButton}" BackgroundColor="{StaticResource ActionButton}" Text="SAVE"/> ```
maxime.batista added 2 commits 2 years ago
maxime.batista added 1 commit 2 years ago
leo.tuaillon added 1 commit 2 years ago
leo.tuaillon added 1 commit 2 years ago
leo.tuaillon added 1 commit 2 years ago
leo.tuaillon merged commit b60b0f75b5 into master 2 years ago
leo.tuaillon deleted branch xaml/changePassword 2 years ago

Reviewers

maxime.batista requested changes 2 years ago
The pull request has been merged as b60b0f75b5.
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#30
Loading…
There is no content yet.