|
|
|
@ -9,26 +9,26 @@
|
|
|
|
|
<local:EnumToValuesConverter x:Key="musicTypeToValueConverter"
|
|
|
|
|
x:TypeArguments="model:Priority"/>
|
|
|
|
|
</ContentPage.Resources>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<local:ContainerBase
|
|
|
|
|
IsNotConnected="False"
|
|
|
|
|
NeedReturn="True">
|
|
|
|
|
|
|
|
|
|
<local:ContainerBase.MyFlyoutContent>
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="250, *, *" VerticalOptions="Fill">
|
|
|
|
|
<VerticalStackLayout Grid.Row="1">
|
|
|
|
|
<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"/>
|
|
|
|
|
<Button Text="Mes Recettes"
|
|
|
|
|
ImageSource="person_default.png"
|
|
|
|
|
Style="{StaticResource button1}"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Clicked="OnMyRecipeClicked"/>
|
|
|
|
|
<Button Text="Ajouter Recette"
|
|
|
|
|
ImageSource="settings_icon.png"
|
|
|
|
|
Style="{StaticResource button1}"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
Clicked="OnAddRecipeClicked"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</local:ContainerBase.MyFlyoutContent>
|
|
|
|
|
|
|
|
|
|
<local:ContainerBase.MyContent>
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<StackLayout >
|
|
|
|
|
<!--user's informations-->
|
|
|
|
@ -77,7 +77,6 @@
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
</BindableLayout.ItemTemplate>
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</StackLayout>
|
|
|
|
|