|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="250, *, *" VerticalOptions="Fill">
|
|
|
|
|
<VerticalStackLayout Grid.Row="1">
|
|
|
|
|
<Button Text="Mes informations" ImageSource="person_default.png" Style="{StaticResource button1}" Grid.Row="1"/>
|
|
|
|
|
<Button Text="Modifier" ImageSource="settings_icon.png" Style="{StaticResource button1}" Grid.Row="2"/>
|
|
|
|
|
<Button Text="Mes Recettes" ImageSource="person_default.png" Style="{StaticResource button1}" Grid.Row="1"/>
|
|
|
|
|
<Button Text="Ajouter Recette" ImageSource="settings_icon.png" Style="{StaticResource button1}" Grid.Row="2"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
@ -25,6 +25,7 @@
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<StackLayout >
|
|
|
|
|
<!--user's informations-->
|
|
|
|
|
<Label Text="Mon profil" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="24" Padding="15, 15, 20, 5"/>
|
|
|
|
@ -52,14 +53,12 @@
|
|
|
|
|
IsEnabled="False"
|
|
|
|
|
Text="{Binding user.Mail}"/>
|
|
|
|
|
<Button BackgroundColor="#bdf5bd"
|
|
|
|
|
Text="Valider"
|
|
|
|
|
Text="Modifier"
|
|
|
|
|
Margin="40,0,0,0"
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
MaximumWidthRequest="100"
|
|
|
|
|
Clicked="Validation_Click"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--liste drag and drop-->
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Padding="100,0,0,0">
|
|
|
|
|
<Label Text="Priorités du compte : " TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
@ -91,20 +90,10 @@
|
|
|
|
|
<BoxView Color="Black" HeightRequest="1" Margin="10,10,10,10" Grid.Row="7" />
|
|
|
|
|
<Label Text="Recettes gourmandes" Grid.Row="8"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
</local:ContainerBase.MyContent>
|
|
|
|
|
|
|
|
|
|
</local:ContainerBase>
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
|