Remove syncfusion references
continuous-integration/drone/push Build is passing Details

pull/30/head
Corentin LEMAIRE 2 years ago
parent bcfea72c5c
commit 90987188e8

@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Linaris.AlbumPage"
xmlns:local="clr-namespace:Linaris"
xmlns:avatarview="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
Title="Album"
Style="{StaticResource PageFlyoutTrigger}">
@ -31,9 +30,6 @@
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<VerticalStackLayout Grid.Column="0">
<avatarview:SfAvatarView
Style="{StaticResource pdp}"
ImageSource="album9.jpg"/>
<Label Text="Night Visions"
Style="{StaticResource Titre}">
</Label>

@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:Linaris"
x:Class="Linaris.PlaylistPage"
xmlns:avatarview="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
Title="PlaylistPage"
Style="{StaticResource PageFlyoutTrigger}">
<Grid Style="{StaticResource GridFlyoutTrigger}">
@ -23,9 +22,6 @@
<VerticalStackLayout>
<SearchBar Style="{StaticResource SearchBar}"/>
<avatarview:SfAvatarView
Style="{StaticResource pdp}"
ImageSource="playlist.jpg"/>
<Label Text="Playlist 2023"
Style="{StaticResource Titre}">
</Label>

@ -3,7 +3,6 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:avatarview="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
xmlns:local="clr-namespace:Linaris"
xmlns:test="local:LocalFilesPage">
@ -56,20 +55,6 @@
<Setter Property="TextColor" Value="Black"></Setter>
</Style>
<Style x:Key="pdp" TargetType="avatarview:SfAvatarView">
<Setter Property="ContentType" Value="Custom"></Setter>
<Setter Property="VerticalOptions" Value="Start"></Setter>
<Setter Property="HorizontalOptions" Value="Center"></Setter>
<Setter Property="ContentType" Value="Custom"></Setter>
<Setter Property="ContentType" Value="Custom"></Setter>
<Setter Property="HeightRequest" Value="150"></Setter>
<Setter Property="WidthRequest" Value="150"></Setter>
<Setter Property="CornerRadius" Value="75"></Setter>
<Setter Property="BackgroundColor" Value="Transparent"></Setter>
<Setter Property="Stroke" Value="Transparent"></Setter>
<Setter Property="Margin" Value="10"></Setter>
</Style>
<Style x:Key="Pochette" TargetType="ImageButton">
<Setter Property="HeightRequest" Value="175"></Setter>
<Setter Property="HorizontalOptions" Value="Center"></Setter>

Loading…
Cancel
Save