|
|
|
@ -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>
|
|
|
|
|