|
|
|
@ -12,36 +12,38 @@
|
|
|
|
|
<ColumnDefinition Width="6*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout BackgroundColor="black" Spacing="20" Padding="0,20,0,0">
|
|
|
|
|
<Label Text="Home"
|
|
|
|
|
<Button Text="Home"
|
|
|
|
|
x:Name="bouton"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Label>
|
|
|
|
|
<Label Text="Playlist"
|
|
|
|
|
VerticalOptions="Start"
|
|
|
|
|
Clicked="Button_Clicked">
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Playlist"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Label>
|
|
|
|
|
<Label Text="Search"
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Search"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Label>
|
|
|
|
|
<Label Text="Favorites"
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Favorites"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="Start">
|
|
|
|
|
</Label>
|
|
|
|
|
<Label Text="Log out"
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Text="Log out"
|
|
|
|
|
FontSize="30"
|
|
|
|
|
TextColor="White"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
VerticalOptions="End">
|
|
|
|
|
</Label>
|
|
|
|
|
</Button>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
<ScrollView Grid.Column="1"
|
|
|
|
@ -50,7 +52,6 @@
|
|
|
|
|
|
|
|
|
|
<SearchBar Placeholder="Rechercher"
|
|
|
|
|
BackgroundColor="White"
|
|
|
|
|
HorizontalOptions="FillAndExpand"
|
|
|
|
|
Margin="10"/>
|
|
|
|
|
|
|
|
|
|
<Grid VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
|
|
|
|
@ -58,6 +59,9 @@
|
|
|
|
|
<ColumnDefinition Width="6*"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="1000*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<VerticalStackLayout Grid.Column="0">
|
|
|
|
|
<avatarview:SfAvatarView
|
|
|
|
|
ContentType="Custom"
|
|
|
|
@ -81,22 +85,96 @@
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="White">
|
|
|
|
|
</Label>
|
|
|
|
|
<FlexLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
HasShadow="False"
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
HorizontalOptions="Fill"
|
|
|
|
|
VerticalOptions="Fill"
|
|
|
|
|
BackgroundColor="blue"
|
|
|
|
|
HeightRequest="40">
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
|
|
|
|
|
<Label Text="test"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 1"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 2"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 3"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 4"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 5"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 6"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="10"
|
|
|
|
|
Padding="15"
|
|
|
|
|
Margin="10"
|
|
|
|
|
BorderColor="Transparent"
|
|
|
|
|
BackgroundColor="CornflowerBlue"
|
|
|
|
|
HorizontalOptions="Fill">
|
|
|
|
|
<Label Text="Morceau 7"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
TextColor="white"
|
|
|
|
|
HorizontalTextAlignment="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<ScrollView Grid.Column="1"
|
|
|
|
|
VerticalOptions="Fill">
|
|
|
|
|
VerticalOptions="Fill"
|
|
|
|
|
BackgroundColor="gray">
|
|
|
|
|
<FlexLayout Direction="Row"
|
|
|
|
|
AlignItems="Start"
|
|
|
|
|
JustifyContent="SpaceAround"
|
|
|
|
|