|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
</Image.Clip>
|
|
|
|
|
</Image>
|
|
|
|
|
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Acceuil"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Acceuil"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Personnages"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Fruits du démon"/>
|
|
|
|
@ -44,9 +44,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Padding="20" WidthRequest="600" HeightRequest="500" >
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Padding="20" WidthRequest="1000" HeightRequest="500" >
|
|
|
|
|
<Label Text="Présentation :" FontAttributes="Bold" FontSize="30" HorizontalOptions="Center" TextColor="White"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Padding="20" WidthRequest="1200" HeightRequest="500" >
|
|
|
|
|
<Label Text="Nouveautés : ..." FontAttributes="Bold" FontSize="30" HorizontalOptions="Start" TextColor="White"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|