diff --git a/Docs/maui_banner.png b/Docs/maui_banner.png new file mode 100644 index 0000000..254b186 --- /dev/null +++ b/Docs/maui_banner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedd77ff0f18f26d7b1e4cfd548b7a60661332b0c6c2251811a283640b9731bf +size 651292 diff --git a/Maui/MauiSample/MauiProgram.cs b/Maui/MauiSample/MauiProgram.cs index 83e6fb4..08f7427 100644 --- a/Maui/MauiSample/MauiProgram.cs +++ b/Maui/MauiSample/MauiProgram.cs @@ -5,7 +5,6 @@ using Sharpnado.CollectionView; using Sharpnado.Tabs; -using SkiaSharp.Views.Maui.Controls.Hosting; namespace MauiSample; @@ -16,9 +15,8 @@ public static MauiApp CreateMauiApp() var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() - .UseSkiaSharp() .UseSharpnadoTabs(loggerEnable: false) - .UseSharpnadoCollectionView(loggerEnable: false) + .UseSharpnadoCollectionView(loggerEnable: true, debugLogEnable: false) .ConfigureFonts(fonts => { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); diff --git a/Maui/MauiSample/MauiSample.csproj b/Maui/MauiSample/MauiSample.csproj index 09f09e6..7b4e117 100644 --- a/Maui/MauiSample/MauiSample.csproj +++ b/Maui/MauiSample/MauiSample.csproj @@ -1,8 +1,7 @@  - net6.0-android;net6.0-ios;net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041.0 + net6.0-ios;net6.0-android Exe @@ -12,7 +11,7 @@ enable - MauiSample + MauiCollectionView com.sharpnado.collectionview @@ -30,12 +29,21 @@ 6.5 + + None + + + + Apple Development: Created via API (K8Q3S2AN24) + VS: WildCard Development + + - + - + @@ -55,23 +63,12 @@ + - - - - - Designer - - - Designer - - - Designer - - + diff --git a/Maui/MauiSample/MauiSample.sln b/Maui/MauiSample/MauiSample.sln index 4c73441..4ce997f 100644 --- a/Maui/MauiSample/MauiSample.sln +++ b/Maui/MauiSample/MauiSample.sln @@ -5,7 +5,14 @@ VisualStudioVersion = 17.0.31611.283 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiSample", "MauiSample.csproj", "{ADABD103-2CEE-40B2-9EC4-BDA08DB009D8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpnado.CollectionView.Maui", "..\Sharpnado.CollectionView.Maui\Sharpnado.CollectionView.Maui.csproj", "{6CBC693C-5270-448E-BE40-3E03B713BBC7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpnado.CollectionView.Maui", "..\Sharpnado.CollectionView.Maui\Sharpnado.CollectionView.Maui.csproj", "{6CBC693C-5270-448E-BE40-3E03B713BBC7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "configuration", "configuration", "{E6CDC5C8-6D84-4EFF-BB42-1F92ED8D06DE}" + ProjectSection(SolutionItems) = preProject + ..\..\README.md = ..\..\README.md + ..\..\Settings.XamlStyler = ..\..\Settings.XamlStyler + ..\..\StyleCopRules.ruleset = ..\..\StyleCopRules.ruleset + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Maui/MauiSample/Presentation/Views/ChoosePage.xaml b/Maui/MauiSample/Presentation/Views/ChoosePage.xaml index 51ac869..22c5ec2 100644 --- a/Maui/MauiSample/Presentation/Views/ChoosePage.xaml +++ b/Maui/MauiSample/Presentation/Views/ChoosePage.xaml @@ -6,22 +6,28 @@ xmlns:converters="clr-namespace:MauiSample.Presentation.Converters" xmlns:sho="http://sharpnado.com" xmlns:viewModels="clr-namespace:MauiSample.Presentation.ViewModels" + Padding="0" x:DataType="viewModels:ChoosePageViewModel" BackgroundColor="{StaticResource DarkerSurface}" NavigationPage.HasNavigationBar="False"> - + + + + 0, -45, 0, -35 + 0 + + - - + 20, 60, 20, 20 20, 40, 20, 20 - + - + @@ -126,7 +132,7 @@