Adding a drag&drop on profil page. Binding of name surname etc... lost
continuous-integration/drone/push Build is passing Details

pull/65/head
Roxane ROSSETTO 2 years ago
parent 95f9642814
commit 765134f0ba

@ -61,7 +61,7 @@ namespace Views
/* - Comment(ctrl-k + ctrl-c)/Uncomment(ctrl-k + ctrl-u) to change page - */
UserAppTheme = AppTheme.Light;
MainPage = new AddRecipe();
MainPage = new MyProfil();
//MainPage = new MyPosts();
}

@ -65,9 +65,6 @@
FontSize="20" Padding="15"/>
<FlexLayout BindableLayout.ItemsSource="{Binding PriorityList}" MinimumHeightRequest="80"
BackgroundColor="{StaticResource Primary}" AlignItems="Center" Wrap="Wrap">
<FlexLayout.GestureRecognizers>
<DropGestureRecognizer Drop="DropGestureRecognizer_Drop2" />
</FlexLayout.GestureRecognizers>
<BindableLayout.ItemTemplate>
<DataTemplate>
<Border HorizontalOptions="Center" WidthRequest="190" HeightRequest="30" BackgroundColor="{StaticResource Secondary}" Margin="10,0,10,0">

Loading…
Cancel
Save