|
|
|
@ -12,40 +12,6 @@
|
|
|
|
|
<ColumnDefinition Width="6*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<ContentView Style="{StaticResource FlyoutStyle}" Grid.Column="0"></ContentView>
|
|
|
|
|
<!--<VerticalStackLayout BackgroundColor="black" Spacing="20" Padding="0,20,0,0">
|
|
|
|
|
<Button Text="Home"
|
|
|
|
|
x:Name="bouton"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start"
|
|
|
|
|
Clicked="Button_Clicked">
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Playlist"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Search"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Favorites"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Log out"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="End">
|
|
|
|
|
</Button>
|
|
|
|
|
</VerticalStackLayout>-->
|
|
|
|
|
|
|
|
|
|
<ScrollView Grid.Column="1"
|
|
|
|
|
BackgroundColor="#404040">
|
|
|
|
@ -159,12 +125,7 @@
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Frame Style="Song">
|
|
|
|
|
<Label Text="Morceau 7"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|