|
|
|
@ -9,9 +9,9 @@
|
|
|
|
|
<local:EnumToValuesConverter x:Key="musicTypeToValueConverter"
|
|
|
|
|
x:TypeArguments="model:Priority"/>
|
|
|
|
|
</ContentPage.Resources>
|
|
|
|
|
<local:ContainerBase>
|
|
|
|
|
<local:ContainerBase.MyFlyoutContent NeedReturn="True">
|
|
|
|
|
<Grid RowDefinitions="250, *, *" VerticalOptions="Fill">
|
|
|
|
|
<local:ContainerBase NeedReturn="True">
|
|
|
|
|
<local:ContainerBase.MyFlyoutContent>
|
|
|
|
|
<Grid RowDefinitions="Auto, *, *" VerticalOptions="Center">
|
|
|
|
|
<VerticalStackLayout Grid.Row="1">
|
|
|
|
|
<Button Text="Mes Recettes"
|
|
|
|
|
ImageSource="person_default.png"
|
|
|
|
|